Skip to content

Instantly share code, notes, and snippets.

@ZelphirKaltstahl
Created October 8, 2017 17:17
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 ZelphirKaltstahl/bb6bbb7a599711a182f417019543321a to your computer and use it in GitHub Desktop.
Save ZelphirKaltstahl/bb6bbb7a599711a182f417019543321a to your computer and use it in GitHub Desktop.
This gist contains useful terminal commands for actions, which might come up sometimes.
# find the 10 largest directories from the point of the current working directory
du -hsx * | sort -rh | head -10
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment