in reply to Printing all lines of a file using a perl one liner
with:cat file.txt | perl -ne '...' > fastafile.fa
perl -ne '...' file.txt > fastafile.fa
Update: See also Re: perl one liner for csv file one field (useless use of cat and other awards References)
|
|---|