Skip to content

Instantly share code, notes, and snippets.

@fcaylus
Created May 18, 2020 11:51
Show Gist options
  • Save fcaylus/055929a48b02ba40426070cfe9b107dc to your computer and use it in GitHub Desktop.
Save fcaylus/055929a48b02ba40426070cfe9b107dc to your computer and use it in GitHub Desktop.
Bash useful commands
# List top 20 biggest files/directory
sudo du -a / | sort -n -r | head -n 20
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment