Skip to content

Instantly share code, notes, and snippets.

@jtrupiano
Created October 7, 2009 15:30
Show Gist options
  • Save jtrupiano/204133 to your computer and use it in GitHub Desktop.
Save jtrupiano/204133 to your computer and use it in GitHub Desktop.
# Find all files > 1M in or beneath the current directory
find . -size +1M -printf "%-10s %p\n"
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment