Skip to content

Instantly share code, notes, and snippets.

@Fake51
Created March 11, 2011 08:13
Show Gist options
  • Save Fake51/865611 to your computer and use it in GitHub Desktop.
Save Fake51/865611 to your computer and use it in GitHub Desktop.
Find .php files modified less than 120 minutes ago
find . -mmin -120 -iname '*.php'
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment