in reply to extract ouput that counts strings starting with A in the dataset

No need for Perl:
$ grep -c ^A piRNA_Dataset
  • Comment on Re: extract ouput that counts strings starting with A in the dataset
  • Download Code