Beefy Boxes and Bandwidth Generously Provided by pair Networks
"be consistent"
 
PerlMonks  

Re^2: Perl command line for table join functionality

by Anonymous Monk
on May 07, 2014 at 11:28 UTC ( [id://1085307]=note: print w/replies, xml ) Need Help??


in reply to Re: Perl command line for table join functionality
in thread Perl command line for table join functionality

How about this ?

perl -ne 'print if ($seen{$_} .= @ARGV) =~ /10$/' fileA fileB >output

Log In?
Username:
Password:

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

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

    No recent polls found