Skip to content

Instantly share code, notes, and snippets.

@pelagic
Created September 3, 2010 09:34
Show Gist options
  • Select an option

  • Save pelagic/563679 to your computer and use it in GitHub Desktop.

Select an option

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