Beefy Boxes and Bandwidth Generously Provided by pair Networks
Perl Monk, Perl Meditation
 
PerlMonks  

Re: deleting first line of a file using in-place editing

by greenFox (Vicar)
on Sep 08, 2005 at 06:41 UTC ( [id://490117]=note: print w/replies, xml ) Need Help??


in reply to deleting first line of a file using in-place editing

In the spirit of TIMTOWTDI...

perl -ni -e "print unless $. == 1" test.txt

--
Murray Barton
Do not seek to follow in the footsteps of the wise. Seek what they sought. -Basho

Log In?
Username:
Password:

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

How do I use this?Last hourOther CB clients
Other Users?
Others romping around the Monastery: (4)
As of 2024-04-24 21:19 GMT
Sections?
Information?
Find Nodes?
Leftovers?
    Voting Booth?

    No recent polls found