Search
 
SCRIPT & CODE EXAMPLE
 

SHELL

du command

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 :: download spyder without anaconda 
Shell :: vue 3 qr code reader 
Shell :: how to push current code to new branch git 
Shell :: bash get result of function 
Shell :: ftp download directory 
Shell :: linux change user shell /bin/false 
Shell :: how to append two file sin bash 
Shell :: salir de vim 
Shell :: dependencies needed for kernel edit linux amd64 
Shell :: git checkout all deleted files 
Shell :: git remove all tracked files after add in git ignoore 
Shell :: install influxdb 
Shell :: Run valet secure 
Shell :: linux run task in background 
Shell :: stop avd 
Shell :: aws cli to increase the volume size 
Shell :: Could not find or parse valid build output file. 
Shell :: install arch linux 
Shell :: create a new branch without code 
Shell :: gitignore generator201 
Shell :: git how to add remote 
Shell :: current directory makefile 
Shell :: bash count files in directory recursively matchingattern 
Shell :: rename branch remote 
Shell :: Winbox for linux 
Shell :: how to integrate bash with vscode 
Shell :: pulling a branch from github 
Shell :: notepad++ alternative 
Shell :: linux kill all process of a user 
Shell :: The file AppDataRoaming pmyarn.ps1 is not digitally signed. 
ADD CONTENT
Topic
Content
Source link
Name
6+7 =