Beefy Boxes and Bandwidth Generously Provided by pair Networks
Perl: the Markov chain saw
 
PerlMonks  

Re: Perl command line for table join functionality

by Bloodnok (Vicar)
on Apr 30, 2014 at 15:14 UTC ( [id://1084518]=note: print w/replies, xml ) Need Help??


in reply to Perl command line for table join functionality

It sounds rather like join is the tool that you seek ... e.g.
sort file2 > file2.sorted sort file1 | join -26 - file2.sorted
or similar ...

A user level that continues to overstate my experience :-))

Log In?
Username:
Password:

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

How do I use this?Last hourOther CB clients
Other Users?
Others perusing the Monastery: (6)
As of 2024-03-29 15:20 GMT
Sections?
Information?
Find Nodes?
Leftovers?
    Voting Booth?

    No recent polls found