Files - sinsunsan/archiref_wiki GitHub Wiki
du : Size of files & directories
What is the size of a file in human readable units?
du -sh file
What is the size of all directory in current dir ?
du -sh *
What is the size of a file in human readable units?
du -sh file
What is the size of all directory in current dir ?
du -sh *