Beefy Boxes and Bandwidth Generously Provided by pair Networks
We don't bite newbies here... much
 
PerlMonks  

Re: Save all but line 32!

by jmcnamara (Monsignor)
on Sep 18, 2002 at 17:00 UTC ( [id://198914]=note: print w/replies, xml ) Need Help??

Help for this page

Select Code to Download


  1. or download this
        perl -i -pe '$_=$}if$.==32' file
  2. or download this
        perl -i -pe '$_=$}if$.==32;$.=$[if+eof' file1 file2 ...
  3. or download this
        awk 'FNR != 32' file1 file2 ...

Log In?
Username:
Password:

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

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

    No recent polls found