![]() |
|
|
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 |
| merging two files | rameshonline | Shell Programming and Scripting | 14 | 04-06-2009 02:20 AM |
| merging text files | code19 | Shell Programming and Scripting | 8 | 02-13-2008 08:13 AM |
| Merging two files | venommaker | UNIX for Dummies Questions & Answers | 4 | 01-10-2008 08:15 AM |
| Finding the most common entry in a column | Donkey25 | Shell Programming and Scripting | 12 | 11-22-2007 12:16 PM |
| Get un common numbers from two files | jingi1234 | UNIX for Dummies Questions & Answers | 3 | 10-19-2005 09:32 AM |
|
|
LinkBack | Thread Tools | Search this Thread | Rate Thread | Display Modes |
|
||||
|
Merging two files with a common column
Hi, I have two files file1 and file2. I have to merge the columns of those two files into file3 based on common column of two files. To be simple.
file1: Row-id name1 13456 Rahul 16789 Vishal 18901 Karan file2 : Row-id place 18901 Mumbai 16789 Bangalore file3: Row-id name1 place 13456 rahul 16789 Vishal Bangalore 18901 karan Mumbai I have to merge the two files after sorting file1 and file2 on Row-id. Please get me out of this problem. Thanks. Last edited by manneni prakash; 06-20-2008 at 03:13 AM.. |
| Bookmarks |
| Thread Tools | Search this Thread |
| Display Modes | Rate This Thread |
|
|