BreadCrumbs: Bash Rename File Extensions : Terminal Windows XP : Remote Shutdown : Command Prompt : Du Command
Du Command
From Luke Jackson
[edit]
Examples
Find large files or directories:
du -a /var | sort -n -r | head -n 10
Find large files or directories:
du -a /var | sort -n -r | head -n 10