Skip to content

Instantly share code, notes, and snippets.

@ShaneQi
Created August 20, 2020 03:14
Show Gist options
  • Save ShaneQi/7d5100d973d95b88d2bed40e02e037be to your computer and use it in GitHub Desktop.
Save ShaneQi/7d5100d973d95b88d2bed40e02e037be to your computer and use it in GitHub Desktop.
Sort all files by size (desc).
$ find . -type f -exec du -h {} + | sort -r -h
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment