Hawkee   -  Jan 07, 2013

Here's a handy Linux command I discovered to sort files and directories by the size of their contents:

du -ks * | sort -n | cut -f2 | xargs -d '\n' du -sh
 Respond  
Are you sure you want to unfollow this person?
Are you sure you want to delete this?
Click "Unsubscribe" to stop receiving notices pertaining to this post.
Click "Subscribe" to resume notices pertaining to this post.