in reply to Re: Wish to keep only those lines which start with letter s, and delete all other lines.
in thread Wish to keep only those lines which start with letter s, and delete all other lines.

Did someone say golf? ;-)
perl -i -pe'$_ x=/^s/i'

-Blake

  • Comment on Re: Re: Wish to keep only those lines which start with letter s, and delete all other lines.
  • Download Code