Skip to content

Instantly share code, notes, and snippets.

@arelra
Created January 22, 2017 17:03
Show Gist options
  • Save arelra/72ffe82f5f47d3b327c8fbb0d2740be9 to your computer and use it in GitHub Desktop.
Save arelra/72ffe82f5f47d3b327c8fbb0d2740be9 to your computer and use it in GitHub Desktop.
macosx-bash-largest-files
find . -type f -print0 | xargs -0 ls -l | sort -k5,5rn > ~/files.txt
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment