Skip to content

Instantly share code, notes, and snippets.

@afonsoaugusto
Created March 20, 2021 17:29
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 afonsoaugusto/dc6b853597de97d142eeb906ad5a12ff to your computer and use it in GitHub Desktop.
Save afonsoaugusto/dc6b853597de97d142eeb906ad5a12ff to your computer and use it in GitHub Desktop.
du -akx | sort -k 1 -n | tail -100
du -akx |sort -k 1 -n 
du -akxh | sort -k 1 -h | tail -100
du -akxh |sort -k 1 -h
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment