![]() |
|
|
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 |
| join command | bgmmk | Shell Programming and Scripting | 1 | 03-03-2009 06:16 PM |
| Help with using join command | yahyaaa | Shell Programming and Scripting | 4 | 06-15-2008 02:16 PM |
| join (pls help on join command) | summer_cherry | Shell Programming and Scripting | 1 | 12-31-2007 05:19 AM |
| A join problem? | jamjamjammie | Shell Programming and Scripting | 2 | 02-06-2007 08:48 AM |
|
|
LinkBack | Thread Tools | Search this Thread | Rate Thread | Display Modes |
|
||||
|
Problem with Join command
Hi guyz
Excuse me for posting simple question I tried join and sort and other perl commands but failed I have 2 files. 1st file contain single column with around 6000 values (rows). Second file contain 2 columns 1st column is the same column (in 1st file) but randomly ordered and second column filled with some xyz symbols. The inputs are like Input 1 1st File Col1 1434322 1143255 1232444 Input 2 2nd File Col1tabCol2 B]Col1tabCol2 1232444tabxyzda 1143255tabwerftt 1434322tabtshyhs OUTPUT 3rd File Col1tabCol2tabCol3 1434322tab1434322tabtshyhs 1143255tab1143255tabwerftt 1232444tab1232444tabxyzda |
| Bookmarks |
| Thread Tools | Search this Thread |
| Display Modes | Rate This Thread |
|
|