The UNIX and Linux Forums  

Go Back   The UNIX and Linux Forums > Special Forums > UNIX Desktop for Dummies Questions & Answers
Google UNIX.COM
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

Reply
 
Submit Tools LinkBack Thread Tools Search this Thread Display Modes
  #1 (permalink)  
Old 03-15-2007
Registered User
 

Join Date: Feb 2007
Posts: 38
Digg this Post!Add Post to del.icio.usBookmark Post in TechnoratiReddit! Stumble this Post!Spurl this Post!
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.
Reply With Quote
Google UNIX.COM
Forum Sponsor
Reply



Thread Tools Search this Thread
Search this Thread:

Advanced Search
Display Modes

Posting Rules
You may not post new threads
You may not post replies
You may not post attachments
You may not edit your posts

vB code is On
Smilies are On
[IMG] code is On
HTML code is Off
Trackbacks are On
Pingbacks are On
Refbacks are On



All times are GMT -7. The time now is 12:37 AM.


Powered by: vBulletin, Copyright ©2000 - 2006, Jelsoft Enterprises Limited.
The UNIX and Linux Forums Content Copyright ©1993-2008 The CEP Blog All Rights Reserved -Ad Management by RedTyger

Search Engine Optimization by vBSEO 3.1.0

1 2 3 4 5 6 7 8 9 10 11 12 13 14 15 16 17 18 19 20 21 22 23 24 25 26 27 28 29 30 31 32 33 34 35 36 37 38 39 40 41 42 43 44 45 46 47 48 49 50 51 52 53 54 55 56 57 58 59 60 61 62 63 64 65 66 67 68 69 70 71 72 73 74 75 76 77 78 79 80 81 82 83 84 85 86 87 88 89 90 91 92 93 94 95 96 97 98 99 100 101 102