![]() |
|
|
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 |
| Changing one column of delimited file column to fixed width column | manneni prakash | Shell Programming and Scripting | 5 | 06-22-2009 06:27 AM |
| How to extract a column from two different files in AWK? | solracq | Shell Programming and Scripting | 7 | 04-29-2008 07:21 AM |
| Column matched in two files | lalelle | Shell Programming and Scripting | 6 | 03-28-2008 03:08 AM |
| comparision of string in various files | senthil_is | Shell Programming and Scripting | 1 | 02-20-2008 01:47 AM |
| How to campare a column from two different files | suneetkumar | Shell Programming and Scripting | 1 | 04-08-2006 02:01 AM |
|
|
LinkBack | Thread Tools | Search this Thread | Rate Thread | Display Modes |
|
||||
|
Column comparision in two files
Hi,
I need to compare a column in two different csv files file1 xyz.com,2/2/12,a,b,c eg.com,2/2/23,a,b,ga file2 1,2,ua,xyz.com 1,2,ua,abc.com 1,2,ua,eg.com 1,2,ua,easg.com 1,2,ua,zth.com Read all entries in file1(which has 1000+) and compare column1 of file1 with the column4 of file2 and if matches dont print in file3. File3 should have only the unmatched columns of above condition. Thanks. |
| Bookmarks |
| Thread Tools | Search this Thread |
| Display Modes | Rate This Thread |
|
|