Skip to content

Instantly share code, notes, and snippets.

@anujmiddha
Created March 19, 2020 11:21
Show Gist options
  • Save anujmiddha/542aeee4795c3dc760b9309c8026f4a1 to your computer and use it in GitHub Desktop.
Save anujmiddha/542aeee4795c3dc760b9309c8026f4a1 to your computer and use it in GitHub Desktop.
Useful bash commands
Get the largest files and directories
$ du -a /var | sort -n -r | head -n 10
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment