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