Search
 
SCRIPT & CODE EXAMPLE
 

SHELL

ls human readable file size

ls -lh
Comment

ls human readable size

du -sh directory_name    #Gives you the summarized(-s) size of the directory in human readable(-h) format
du -bsh *                #Gives you the apparent(-b) summarized(-s) size of all the files and directories in the current directory in human readable(-h) format
Comment

PREVIOUS NEXT
Code Example
Shell :: git log oneline graph 
Shell :: how to delete deployments in kubernetes 
Shell :: conda install lightgbm 
Shell :: install opencv2 homebrew 
Shell :: No matching distribution found for tensorflow==2.0.0 
Shell :: get wifi password windows 10 
Shell :: tailwind plugin prettier 
Shell :: brew install openssl 1.0 
Shell :: bash iterate over lines of a file 
Shell :: chocolatey terraform install 
Shell :: connection failed blueman.bluez.errors.dbusfailederror protocol not available 
Shell :: set go111module= on 
Shell :: bash remove duplicate lines from a file 
Shell :: zsh: command not found: brew 
Shell :: install using dpkg 
Shell :: change message commit git 
Shell :: git reset file to master 
Shell :: setup user in git 
Shell :: No matching distribution found for PyJWT==2.0.1 
Shell :: search for word in text files ubuntu 
Shell :: install xcode tools using brew 
Shell :: how to force push to heroku 
Shell :: all connections to the npm registry - including for package installation - must use TLS 1.2 or higher 
Shell :: linux command how much ram 
Shell :: windows install chocolatey 
Shell :: sudo kill port windows 
Shell :: sudo apt install net tools 
Shell :: pipenv an error psycopg2 
Shell :: ubuntu adb 
Shell :: install git ubuntu 
ADD CONTENT
Topic
Content
Source link
Name
7+1 =