Search
 
SCRIPT & CODE EXAMPLE
 

SHELL

du linux

du # Calculates byte size of whole current directory including subdirs
du * # Calculates byte size of files individually
du -ah # shows calculations of files and subfiles recursively
# -m -> shows byte size in megabytes
# -g -> shows byte size in gigabytes
# -h -> shows human readable notation
Comment

PREVIOUS NEXT
Code Example
Shell :: linux user groups 
Shell :: git push origin current branch 
Shell :: package github.com/golang-migrate/migrate is not a main package 
Shell :: Create permanent env variable 
Shell :: get ssl certificate of url 
Shell :: change git repository commmand 
Shell :: two variable in for loop bash 
Shell :: how to create a JAR 
Shell :: cordova-plugin-camera android crash 
Shell :: fedora dnf remove repo 
Shell :: first 3 lines of a file 
Shell :: how to install msfconsole in ubuntu 
Shell :: pip upgrade version 
Shell :: bash script loop 
Shell :: execute previous command linux 
Shell :: digitalocean connect via ssh 
Shell :: get library list linux 
Shell :: arch linux install guide 
Shell :: download chrome on ubuntu 20.04 unsupported file 
Shell :: linux services 
Shell :: git stash changes 
Shell :: ssh map port 
Shell :: ignore something on github 
Shell :: using virtualenvwrapper to create new virtualenv 
Shell :: suse linux update 
Shell :: error when installing package in react 18 
Shell :: git ignore global 
Shell :: digital ocear error Permission denied (publickey). 
Shell :: linux zip file 
Shell :: how to install source plugin gatsby 
ADD CONTENT
Topic
Content
Source link
Name
4+9 =