#du
2 posts tagged du. Clear filter
-
Linux Disk Usage Command Recursive
It's short and sweet! du -hs If you run this command it will tell you the sizes of all the files and folder in the current directory. The -h flag is for human readable format and the -s will give...
-
Disk Usage Information on Mac OS X
Get disk usage information about the Desktop Information about how much free space is available on computer You can read more about the flags with the man pages This is my 100th post!!!