Translate

Sunday, 6 January 2013

how to check size of file and directory


How to check whice file/directory occupying more space & how  to get the maximum space using directory & size on top of the output?


du -sk . | sort -nr

No comments:

Post a Comment