Beefy Boxes and Bandwidth Generously Provided by pair Networks
P is for Practical
 
PerlMonks  

little golf

by ccn (Vicar)
on Jul 24, 2004 at 10:34 UTC ( [id://377114]=note: print w/replies, xml ) Need Help??


in reply to Re: how to merge the files of DNA sequences?
in thread how to merge the files of DNA sequences?

perl -lne '/^>(.*)/ or$H{$1}.=$_;END{print for map{">$_\n$H{$_}"}keys%H}' file1.txt file2.txt

Replies are listed 'Best First'.
Re: little golf
by wfsp (Abbot) on Jul 24, 2004 at 11:18 UTC
    Ok, ok I'm impressed! I'm still at the 'baby idiom' stage.

    ...and anyway, I like typing!

Log In?
Username:
Password:

What's my password?
Create A New User
Domain Nodelet?
Node Status?
node history
Node Type: note [id://377114]
help
Chatterbox?
and the web crawler heard nothing...

How do I use this?Last hourOther CB clients
Other Users?
Others examining the Monastery: (6)
As of 2024-04-24 09:41 GMT
Sections?
Information?
Find Nodes?
Leftovers?
    Voting Booth?

    No recent polls found