Skip to content

Instantly share code, notes, and snippets.

@diegopacheco
Created October 31, 2016 16:26
Show Gist options
  • Save diegopacheco/1666ef4754882bfb91161dd8b8614d36 to your computer and use it in GitHub Desktop.
Save diegopacheco/1666ef4754882bfb91161dd8b8614d36 to your computer and use it in GitHub Desktop.
Linux List all files bigger than 100MB
sudo find / -size +100M -exec sudo ls -l {} \;
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment