Skip to content
Prev 366840 / 398502 Next

lines those not started with "rs"

Greg,

I am assuming that your data is in a text file. R is a good tool but not 
the tool I would use for this job. The tool I would
use is grep. The following command should get you want you want:
          grep -v "^rs" <data file name>

Bob
On 1/30/2017 9:23 AM, greg holly wrote: