Skip to content

Instantly share code, notes, and snippets.

@anytizer
Created November 27, 2013 06:59
Show Gist options
  • Save anytizer/7671699 to your computer and use it in GitHub Desktop.
Save anytizer/7671699 to your computer and use it in GitHub Desktop.
Large PHP scripts
find /PATH -type f -name "*.php" -size +50 > /tmp/large-scripts.log
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment