From: akbarhome Date: 2007-01-04T01:15:08+09:00 Subject: Re: Delete line from file 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"......