in reply to Re: Delete strings
in thread Delete strings

Another way to do that:

perl -i -ne 'print if /1\.0/ .. eof' file