![]() |
Hello and Welcome from United States to the UNIX and Linux Forums! Thank You for Visiting and Joining Our Global Community.
|
|
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 |
| script to compare first column of two files and find difference | adityam | Shell Programming and Scripting | 3 | 10-22-2008 09:02 AM |
| Compare 2 files for a single column and output differences | samit_9999 | UNIX for Dummies Questions & Answers | 1 | 04-23-2008 12:02 PM |
| compare the column from 3 files and merge that line | ganesh_mak | Shell Programming and Scripting | 8 | 04-14-2008 07:56 AM |
| awk compare column between 2 files | phamp008 | Shell Programming and Scripting | 3 | 01-18-2008 12:24 AM |
| Compare Column value from Two Different Files | hanie123 | Shell Programming and Scripting | 7 | 04-02-2007 09:34 AM |
|
|
LinkBack | Thread Tools | Search this Thread | Rate Thread | Display Modes |
|
||||
|
column compare of files
Hi
i want to compare files a.txt 12345,23 34567,76 65456,10 13467,01 b.txt 12346,23 34567,76 23333,90 65456,10 13467,03 i want o/p in 3 files common.txt both have 34567,76 65456,10 --------- c.txt a but not in b 12345,23 13467,01 ---------- d.txt b but not in a 12346,23 23333,90 13467,03 i tried but not able to get required o/p pls help me to get it |
| Bookmarks |
| Thread Tools | Search this Thread |
| Display Modes | Rate This Thread |
|
|