Search
 
SCRIPT & CODE EXAMPLE
 

SHELL

linux disk usage by directory one level

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

linux disk usage by directory one level

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 :: creat a new repository push 
Shell :: curl insecure 
Shell :: how to install global package golang 
Shell :: github auto close issue 
Shell :: git log with date and author info 
Shell :: drupal export db to backup 
Shell :: Rename File Extension In folder 
Shell :: long path windows 
Shell :: grep all lines after first match 
Shell :: how to fast mouse scrolling in ubuntu 20.04 
Shell :: create a new branch from existing branch in git 
Shell :: git pulling one file from a branch 
Shell :: github clone submodules 
Shell :: how to create an alias 
Shell :: env file added to gitignore but git still tracking it 
Shell :: gulp-imagemin 
Shell :: maximize and minimize buttons missing ubuntu 
Shell :: how to silence operation not permitted 
Shell :: checkout remote git branch 
Shell :: redis: command not found 
Shell :: git config ssh protocol 
Shell :: ssh tunnel map 
Shell :: batch open url 
Shell :: create windows 10 bootable usb in ubuntu 
Shell :: how to push to new branch in github 
Shell :: video editor for ubuntu 21.10 
Shell :: powershell get-verb sorted by verb 
Shell :: speedtest linux 
Shell :: install npm in windows 
Shell :: install docker machine ubuntu 
ADD CONTENT
Topic
Content
Source link
Name
1+6 =