Revision: 30179
Initial Code
Initial URL
Initial Description
Initial Title
Initial Tags
Initial Language
at August 9, 2010 18:25 by kentoy
Initial Code
find `pwd` -name "<pattern>" | xargs rm
Initial URL
Initial Description
find files using "find" and piping the output to rm using xargs; 1st argument to find is the search directory (command substituted in this example by `pwd`)
Initial Title
Bash [One Liner] - Find Utility : Find Files
Initial Tags
find
Initial Language
Bash