![]() |
|
|
|||||||
| Home | Forums | Register | Rules & FAQ | Members List | Arcade | Search | Today's Posts | Mark Forums Read |
| UNIX Desktop for Dummies Questions & Answers Questions regarding GNOME, KDE, CDE, Open Office, etc go here. All UNIX and Linux Newbies Welcome !! |
Other UNIX.COM Threads You Might Find Helpful
|
||||
| Thread | Thread Starter | Forum | Replies | Last Post |
| Joining 2 CSV files together | chachabronson | UNIX for Advanced & Expert Users | 3 | 05-06-2008 03:42 AM |
| Help with joining two files | rjlohman | Shell Programming and Scripting | 3 | 09-27-2006 08:55 AM |
| Joining 3 lines at a time | Sabari Nath S | Shell Programming and Scripting | 14 | 12-20-2005 09:29 PM |
| joining files | Manu | UNIX for Dummies Questions & Answers | 2 | 04-25-2005 09:24 AM |
| joining 2 files | webtekie | UNIX for Dummies Questions & Answers | 1 | 10-21-2003 07:51 AM |
![]() |
|
|
Submit Tools | LinkBack | Thread Tools | Search this Thread | Display Modes |
|
|||
|
joining the data
Dear friends,
I have two data both sorted on the first field having same record length in ascending orders. In the first file I have only two fields and only 100 or max 1200 records seperated with ":" and saved in foo1 . The second file is masters file having all the rquired information like address and pincode etc, a very large file from which only 6 to 8 fields are required.The required fields are extracted in foo2 . Using grep will fetch whole record , I want only certain fileds only. I have used the commd: join -a1 1 -a2 1 -t: -o 2.1 2.2 2.3 2.4 2.5 2.6 foo1 foo2 > foo3 Result whole data of foo2 <the large file> gets extracted?? Is ther any limitation for join command because man pages have very small writeup on the commd. Help is solicited ? Pleeeease !! With due respect to mastroe ![]() Last edited by vakharia Mahesh : 03-16-2007 at 06:24 AM. |
|||
| Google UNIX.COM |
| Forum Sponsor | ||
|
|