Subject: Re: Delete line from file
From: "akbarhome" <akbarhome gmail.com>
Date: Thu, 4 Jan 2007 01:15:08 +0900
References: 232228232306232313
In-reply-to: 232313
dblack / wobblini.net wrote:
>
>
> For the script version you can also do:
>
> #!/usr/local/bin/ruby -ni.bak
> puts $_ unless $. == 5
>
> (or some variant thereof).
>
>
> David
>
That is so "perl"......