Beefy Boxes and Bandwidth Generously Provided by pair Networks
Perl: the Markov chain saw
 
PerlMonks  

Re: Even and uneven numbers as RegEx

by broquaint (Abbot)
on Sep 27, 2004 at 11:30 UTC ( [id://394121]=note: print w/replies, xml ) Need Help??


in reply to Even and uneven numbers as RegEx

A one-line solution would be
perl -i.bak -ne 'print if $. & 1' filename
That will remove all even numbered lines in the file.
HTH

_________
broquaint

Log In?
Username:
Password:

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

How do I use this?Last hourOther CB clients
Other Users?
Others having an uproarious good time at the Monastery: (5)
As of 2024-04-25 16:55 GMT
Sections?
Information?
Find Nodes?
Leftovers?
    Voting Booth?

    No recent polls found