Skip to content

Instantly share code, notes, and snippets.

@rayrutjes
Created April 24, 2018 07:05
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 rayrutjes/5414cb7a77a06049023f4f59fdab8c65 to your computer and use it in GitHub Desktop.
Save rayrutjes/5414cb7a77a06049023f4f59fdab8c65 to your computer and use it in GitHub Desktop.
List big files on your Mac
sudo find / -type f -size +100000k -exec ls -lh {} \; | awk '{ print $9 ": " $5 }'
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment