Skip to content

Instantly share code, notes, and snippets.

@mcotton
Created February 20, 2020 17:08
Show Gist options
  • Save mcotton/5b9946a7d57442f68b94eadeadf8e198 to your computer and use it in GitHub Desktop.
Save mcotton/5b9946a7d57442f68b94eadeadf8e198 to your computer and use it in GitHub Desktop.
Find largest files
sudo du -a /home/mcotton/ | sort -n -r | head -n 20
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment