Skip to content

Instantly share code, notes, and snippets.

@tusharvikky
Created December 17, 2016 11:26
Show Gist options
  • Save tusharvikky/09ccb7699525bebb7b9ec4cc03e21f7f to your computer and use it in GitHub Desktop.
Save tusharvikky/09ccb7699525bebb7b9ec4cc03e21f7f to your computer and use it in GitHub Desktop.
Linux Commands
# show top 10 biggest subdirs in the current dir.
du -sk * | sort -nr | head -10
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment