Skip to content

Instantly share code, notes, and snippets.

@w33ladalah
Last active June 27, 2024 10:25
Show Gist options
  • Save w33ladalah/aa064003d7d679d84eb0bb620be1a8db to your computer and use it in GitHub Desktop.
Save w33ladalah/aa064003d7d679d84eb0bb620be1a8db to your computer and use it in GitHub Desktop.
Useful linux commands
Get disk usage with sorting: du -s * | sort -rn | cut -f2- | xargs -d "\n" du -sh
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment