Beefy Boxes and Bandwidth Generously Provided by pair Networks
Perl-Sensitive Sunglasses
 
PerlMonks  

Re^2: Concatenation connected to find pipe behaves wierdly.

by sfink (Deacon)
on Feb 01, 2006 at 06:29 UTC ( [id://526982]=note: print w/replies, xml ) Need Help??


in reply to Re: Concatenation connected to find pipe behaves wierdly.
in thread Concatenation connected to find pipe behaves wierdly.

Or you could spell that
find . -print0 | perl -l -0 -ne 'print $_ . "foo"'
(Quotes this time are for a Unix shell.)

It's a little wacky due to the order sensitivity of the command line arguments: perl -0 -l -ne ... would not work. But as graff said, see perlrun for the details.

Log In?
Username:
Password:

What's my password?
Create A New User
Domain Nodelet?
Node Status?
node history
Node Type: note [id://526982]
help
Chatterbox?
and the web crawler heard nothing...

How do I use this?Last hourOther CB clients
Other Users?
Others drinking their drinks and smoking their pipes about the Monastery: (3)
As of 2024-04-24 01:31 GMT
Sections?
Information?
Find Nodes?
Leftovers?
    Voting Booth?

    No recent polls found