Skip to content

Instantly share code, notes, and snippets.

@matheus-santos
Created June 17, 2015 16:23
Show Gist options
  • Save matheus-santos/1b014082f79a1a77f7f2 to your computer and use it in GitHub Desktop.
Save matheus-santos/1b014082f79a1a77f7f2 to your computer and use it in GitHub Desktop.
Searching large files
# Looking for large files
sudo find / -type f -size +1G -exec ls -lh {} \;
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment