in reply to Re: Delete stringsin thread Delete strings
Another way to do that:
perl -i -ne 'print if /1\.0/ .. eof' file [download]