@ahwagner here is an example of a one liner in the tutorial for evaluating the a GTF format file: perl -ne 'if ($_ =~ /(gene_id\s\"ENSG\w+\")/){print "$1\n"}' genes ...