Beefy Boxes and Bandwidth Generously Provided by pair Networks
Syntactic Confectionery Delight
 
PerlMonks  

Re^4: Automatically Rewrite Shebang Line on Multiple Files

by ikegami (Patriarch)
on Feb 16, 2009 at 23:30 UTC ( [id://744239]=note: print w/replies, xml ) Need Help??


in reply to Re^3: Automatically Rewrite Shebang Line on Multiple Files
in thread Automatically Rewrite Shebang Line on Multiple Files

Is this a script in a language other than perl

It's a Windows shell (cmd) command. If you need it in a batch file, you need to escape the %. Change %q to %%q.

I'm not familiar with cygwin

Cygwin is a OS emulator, not a shell or a scripting language. When people say Cygwin, they usually refer to bash and/or GNU tools. samtregar showed that a solution can be obtained using bash and GNU tools. I showed that such tools weren't required.

is there some significance to the use of "perl -pi.bak"

It invokes perl. -p and -i are documented in perlrun.

Log In?
Username:
Password:

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

How do I use this?Last hourOther CB clients
Other Users?
Others avoiding work at the Monastery: (6)
As of 2024-04-18 13:33 GMT
Sections?
Information?
Find Nodes?
Leftovers?
    Voting Booth?

    No recent polls found