Skip to content

Instantly share code, notes, and snippets.

@jvanja
Created December 14, 2016 09:50
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 jvanja/aef1e444d5111585ed19d2342c70abaf to your computer and use it in GitHub Desktop.
Save jvanja/aef1e444d5111585ed19d2342c70abaf to your computer and use it in GitHub Desktop.
List the 20 largest files or folders under the current directory
du -ma | sort -nr | head -n 20
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment