Beefy Boxes and Bandwidth Generously Provided by pair Networks Bob
more useful options
 
PerlMonks  

Re: Useful addition to Perl?

by vladb (Vicar)
on Mar 04, 2004 at 17:05 UTC ( [id://334052]=note: print w/replies, xml ) Need Help??

This is an archived low-energy page for bots and other anonmyous visitors. Please sign up if you are a human and want to interact.


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

Replies are listed 'Best First'.
Re: Re: Useful addition to Perl?
by tsee (Curate) on Mar 05, 2004 at 06:10 UTC
    Unfortunately, that's not portable.

      it's more portable than you think; see perl power tools

      ~Particle *accelerates*

Log In?
Username:
Password:

What's my password?
Create A New User
Domain Nodelet?
Node Status?
node history
Node Type: note [id://334052]
help
Sections?
Information?
Find Nodes?
Leftovers?
    Notices?
    hippoepoptai's answer Re: how do I set a cookie and redirect was blessed by hippo!
    erzuuliAnonymous Monks are no longer allowed to use Super Search, due to an excessive use of this resource by robots.