Skip to content

Instantly share code, notes, and snippets.

@yuki24
Created October 19, 2011 06:34
Show Gist options
  • Star 0 You must be signed in to star a gist
  • Fork 0 You must be signed in to fork a gist
  • Save yuki24/1297616 to your computer and use it in GitHub Desktop.
Save yuki24/1297616 to your computer and use it in GitHub Desktop.
a set of useful commandlines
# find large files
sudo find / -type f -size +20000k -exec ls -lh {} \; | awk '{ print $8 ": " $5 }'
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment