Just dissecting this nice one-liner for the sake of learning. Thank you Pierre.
cut ... < in.fa : print the selected parts of lines from in.fa to standard output (also prints the lines with no delimiters)
-d '_': set the '_' char as field delimiter
-f 1: select the first field
• 0 views
•
link