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 :: start docker in fedora 
Shell :: install nodejs with pacman 
Shell :: kubectl install on ubuntu 
Shell :: github how to clone private repo 
Shell :: replace substring in bash 
Shell :: How to see my aliases? 
Shell :: expo upgrade reset 
Shell :: refusing to merge unrelated histories git 
Shell :: HOW TLONG FOR VS TO INSTALL?!?!? 
Shell :: ubuntu 20.04 wifi adapter not found dell 
Shell :: git log show branch of commit 
Shell :: unstage staged files git 
Shell :: how to change git author 
Shell :: CommandNotFoundError: Your shell has not been properly 
Shell :: bash temporary file 
Shell :: npm install directly fron github 
Shell :: git config user settup 
Shell :: remove space at end of each line file 
Shell :: create csr ubuntu 
Shell :: run postgresql command line maccos 
Shell :: renaming a docker container 
Shell :: install font ubuntu 
Shell :: how to check installed apps in ubuntu 
Shell :: force pull in git 
Shell :: shell profile 
Shell :: install alacritty ubuntu 
Shell :: laravel download 
Shell :: windows kill process 
Shell :: libnss3.so: cannot open shared object file: No such file or directory 
Shell :: git increase buffer size 
ADD CONTENT
Topic
Content
Source link
Name
7+2 =