Skip to content

Instantly share code, notes, and snippets.

@simianarmy
Created August 27, 2015 21:59
Show Gist options
  • Save simianarmy/c65b4bcf771fdaa0dae8 to your computer and use it in GitHub Desktop.
Save simianarmy/c65b4bcf771fdaa0dae8 to your computer and use it in GitHub Desktop.
Find large files
find / -xdev -type f -size +100M
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment