![]() |
|
|
|
|
|||||||
| Forums | Portal | Register | Rules & FAQ | Contribute | Members List | Arcade | 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 here. |
|
|
||||
| Thread | Thread Starter | Forum | Replies | Last Post |
| Pattern Matching problem in UNIX | maxmave | Shell Programming and Scripting | 2 | 06-02-2008 10:19 PM |
| pattern matching problem | namishtiwari | Shell Programming and Scripting | 2 | 05-23-2008 04:33 AM |
| problem with CASE pattern matching | gummysweets | Shell Programming and Scripting | 2 | 03-18-2008 07:30 AM |
| pattern matching problem | rein | Shell Programming and Scripting | 8 | 10-26-2007 08:44 PM |
| Problem with pattren Matching | pbsrinivas | Shell Programming and Scripting | 7 | 11-27-2006 12:17 AM |
|
|
LinkBack | Thread Tools | Display Modes |
|
|||
|
hi
I need help for matching two files a.txt 123,20080921,2419,ec1,20081021 456,20080923,2420,ec1,20081021 789,20080920,2419,ec1,20081021 124,20080921,2421,ec1,20081023 125,20080921,2419,ec1,20081021 126,20080921,2419,ec1,20081021 128,20080921,2419,ec1,20081021 b.txt 123,20080922,2419,ec1,20081021 456,20080923,2420,ec1,20081021 789,20080920,2418,ec1,20081021 124,20080921,2421,ec2,20081023 125,20080921,2419,ec1,20081021 126,20080921,2419,ec1,20081021 129,20080921,2419,ec1,20081021 I want to compare both files i want the line of first file which is different from 2nd file in any of the field like here first line differ in 2nd coloum value simirly 3rd line differ in 3rd coloum value last line is not in list so it should also come in output output will be like c.txt 123,20080921,2419,ec1,20081021 789,20080920,2419,ec1,20081021 124,20080921,2421,ec1,20081023 125,20080921,2419,ec1,20081021 126,20080921,2419,ec1,20081021 128,20080921,2419,ec1,20081021 these all line have atleast different value. pls help .... |
| Forum Sponsor | ||
|
|