Created
August 19, 2008 10:12
-
-
Save mudge/6168 to your computer and use it in GitHub Desktop.
Delete files by a pattern
This file contains hidden or bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
find /path_to_search -type f -name "*the_pattern*" -exec rm {} \; |
Sign up for free
to join this conversation on GitHub.
Already have an account?
Sign in to comment