Results 1 to 2 of 2
Hi Frnds
How to find the file or directory capacity through terminal
I know ls -l will display it but it's not human readble format is there any command to ...
- 12-22-2009 #1Linux Newbie
- Join Date
- Aug 2008
- Posts
- 119
File Capacity in Human readble format
Hi Frnds
How to find the file or directory capacity through terminal
I know ls -l will display it but it's not human readble format is there any command to do so
Thanks in Advance
- 12-22-2009 #2Linux Newbie
- Join Date
- Sep 2005
- Location
- CZ
- Posts
- 164
du -hs [directory]


Reply With Quote