Hi,

I have two username/password files from two different systems.  I need the
script to output users that exist in both files to >>match.txt  users that
do not match, output to >>no_match.txt

Users1.txt: (tab delimited)

Abc     123
Scsadffa        adjeka*
Etc...


Users2.txt: (tab delimited)

Abc     123
23daas  kjiaoa
Etc...

Match.txt should contain:

Abc     123     Abc     123


* first set is from users1.txt and second set is from users2.txt

No_match should contain:

Scsadffa        adjeka*
23daas  kjiaoa


Should be easy, but I can't get it work.... In short, does someone have a
script already written?

Thanks in advance.


_______________________________________________
ActivePerl mailing list
[email protected]
To unsubscribe: http://listserv.ActiveState.com/mailman/mysubs

Reply via email to