Beefy Boxes and Bandwidth Generously Provided by pair Networks
No such thing as a small change
 
PerlMonks  

Re: sed style file parse from command-line

by superfrink (Curate)
on Dec 28, 2008 at 23:45 UTC ( [id://732938]=note: print w/replies, xml ) Need Help??


in reply to sed style file parse from command-line

On a related note a couple days ago I used the following to delete lines that matched a pattern from a file.
perl -n -i -e 'print unless (m/^.*line-to-remove$/)' fileA

Log In?
Username:
Password:

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

How do I use this?Last hourOther CB clients
Other Users?
Others goofing around in the Monastery: (2)
As of 2024-04-26 07:51 GMT
Sections?
Information?
Find Nodes?
Leftovers?
    Voting Booth?

    No recent polls found