http://qs321.pair.com?node_id=334052


in reply to Useful addition to Perl?

This may not always work for large number of files or huge directory trees, but I often use something like
perl -ne 'print if _____' `find .`
Or if you have a specific directory in mind
perl -ne 'print if _____' `find mydirectory`


_____________________
"We've all heard that a million monkeys banging on a million typewriters will eventually reproduce
the entire works of Shakespeare. Now, thanks to the Internet, we know this is not true."

Robert Wilensky, University of California