Skip to content

Instantly share code, notes, and snippets.

@bscott
Created May 14, 2019 23:51
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 bscott/302d83b8da6e67f099a5ccd357c67b02 to your computer and use it in GitHub Desktop.
Save bscott/302d83b8da6e67f099a5ccd357c67b02 to your computer and use it in GitHub Desktop.
Find Large files
sudo du -a /dir/ | sort -n -r | head -n 20
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment