![]() |
|
|
google unix.com
|
|||||||
| Forums | Register | Forum Rules | Links | Albums | FAQ | Members List | Calendar | Search | Today's Posts | Mark Forums Read |
| Shell Programming and Scripting Post questions about KSH, CSH, SH, BASH, PERL, PHP, SED, AWK and OTHER shell scripts and shell scripting languages here. |
More UNIX and Linux Forum Topics You Might Find Helpful
|
||||
| Thread | Thread Starter | Forum | Replies | Last Post |
| Perl: Instering Names in to Text. | NDxiak | Shell Programming and Scripting | 6 | 07-20-2009 04:30 PM |
| Shell - Matching 3 letter file names | PrasannaKS | Shell Programming and Scripting | 4 | 12-30-2008 02:37 PM |
| processing file names using text files | ligander | Shell Programming and Scripting | 5 | 12-01-2008 06:32 PM |
| Text Matching | aravindj80 | UNIX for Dummies Questions & Answers | 2 | 07-25-2008 07:47 AM |
| Simultaneous searching for files (names matching certain criteria) in several directo | Hopeful | AIX | 0 | 02-13-2008 02:31 PM |
![]() |
|
|
LinkBack | Thread Tools | Search this Thread | Rate Thread | Display Modes |
|
|
|
||||
|
matching names in 2 text files
I have 2 text files like
________________________________ Company Name:yada yada ADDRESS:some where, CITY,STATE CONTACT PEOPLE:first_name1.last_name1,first_name2.last_name2,first_name3.last_name3 LEAD:first_name.last_name ________________________________ & Data file2 ______________________________ COMPANY NAME1:first_name.last_name, first_name1.last_name1,first_name2.last_name2,first_name3.last_name3 COMPANY NAME2:first_name4.last_name4, first_name5.last_name6,first_name7.last_name7,first_name8.last_name8 ____________________________ I need to validate people(Bold) in CONTACT PEOPLE:first_name1.last_name1,first_name2.last_name2,first_name3.last_name3 LEAD:first_name.last_name against datafile 2 and make sure names in both files match. (We can assume no name repetitions in data file2 ) i,e. .. I need to grep for each name in file1 against file2 Thank you all for your time Last edited by rider29; 08-27-2009 at 04:58 PM.. |
![]() |
| Bookmarks |
| Thread Tools | Search this Thread |
| Display Modes | Rate This Thread |
|
|