Determine Disk Usage
Date : September 7, 2004
This command will show the number of KBs used for all non-hidden files and folders in the current directory:
du -sk * | sort -rn
Tags:
Linux
This command will show the number of KBs used for all non-hidden files and folders in the current directory:
du -sk * | sort -rn