Beefy Boxes and Bandwidth Generously Provided by pair Networks
go ahead... be a heretic
 
PerlMonks  

Re: Re: command lineIn place edit with a filter

by jsprat (Curate)
on Apr 04, 2003 at 18:52 UTC ( [id://248164]=note: print w/replies, xml ) Need Help??


in reply to Re: command lineIn place edit with a filter
in thread command lineIn place edit with a filter

for /R %f in (*.dsp) do perl -ibak -pe "s#\bGPP\b#Arjun#i;" %f

Not quite xargs ;-) 'for' will do much more than it used to. The '/R' makes for look recursively in each subdirectory.

Log In?
Username:
Password:

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

How do I use this?Last hourOther CB clients
Other Users?
Others pondering the Monastery: (3)
As of 2024-04-19 17:41 GMT
Sections?
Information?
Find Nodes?
Leftovers?
    Voting Booth?

    No recent polls found