![]() |
|
|
|
|
|||||||
| Forums | Portal | Register | Forum Rules | FAQ | Contribute | Members List | Arcade | Search | Today's Posts | Mark Forums Read |
| UNIX for Dummies Questions & Answers If you're not sure where to post a UNIX or Linux question, post it here. All UNIX and Linux newbies welcome !! |
|
|
||||
| Thread | Thread Starter | Forum | Replies | Last Post |
| join (pls help on join command) | summer_cherry | Shell Programming and Scripting | 1 | 12-31-2007 02:19 AM |
| How to change field seperator | onthetopo | Shell Programming and Scripting | 2 | 05-11-2007 09:11 AM |
| Comma seperator | premar | Shell Programming and Scripting | 6 | 02-17-2006 01:16 AM |
| how i can use a WORD for seperator | qrshat | SUN Solaris | 3 | 02-10-2006 04:08 AM |
| Awk Field Seperator Help | insania | Shell Programming and Scripting | 3 | 11-11-2005 01:29 AM |
|
|
Submit Tools | LinkBack | Thread Tools | Display Modes |
|
#1
|
|||
|
|||
|
Using | as a seperator in join
I need to use | as a seperator in unix join command. i tried changing seperator using -t option but iit is not working. can u please help.
|
| Forum Sponsor | ||
|
|
|
#2
|
||||
|
||||
|
Try -t"|"
And next time post what you have tried and examples of the files. |
|
#3
|
|||
|
|||
|
I already used the same thing
join -t"|" fld1 fld2 file1 file2 sorry filename is long..is that right... cant v escape "|" |
|
#4
|
||||
|
||||
|
Post the OS and version you are using. Post an example of the files content.
Quote:
Quote:
If it's complaining that the file name is too long, you could try to rename your file. Post the file name if this is the issue. |
|
#5
|
|||
|
|||
|
hey that one i said..it is not OS error...
I said i gave it as general file name coz file name is too long... It is not showing any error msg..but files are not getting joined thats the problem. |
|
#6
|
||||
|
||||
|
Again, post the OS and version you are using. Post an example of the files content.
|
||||
| Google The UNIX and Linux Forums |