Skip to content

Instantly share code, notes, and snippets.

@pelagic
Created September 3, 2010 09:34
Show Gist options
  • Star 0 You must be signed in to star a gist
  • Fork 0 You must be signed in to fork a gist
  • Save pelagic/563679 to your computer and use it in GitHub Desktop.
Save pelagic/563679 to your computer and use it in GitHub Desktop.
perl -MFile::Find -le 'find(sub{print $File::Find::name if /\b[a-z]{2}_[A-Z]{2}/},"/usr")'
@pelagic
Copy link
Author

pelagic commented Sep 3, 2010

find files matching name-pattern

Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment