![]() |
|
|
|
|
|||||||
| Forums | Portal | Register | Forum Rules | FAQ | Contribute | Members List | Arcade | 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 here. |
|
|
||||
| Thread | Thread Starter | Forum | Replies | Last Post |
| How to combine 2 different files | rdasari | HP-UX | 1 | 03-17-2008 02:19 PM |
| Need To Combine 2 Files | goodmis | Shell Programming and Scripting | 4 | 02-21-2007 07:55 PM |
| combine two files | fredao1 | Shell Programming and Scripting | 1 | 01-08-2007 06:29 PM |
| Combine 2 files | Nekki | UNIX for Dummies Questions & Answers | 2 | 11-30-2005 11:46 PM |
| how to combine two files | tao | UNIX for Dummies Questions & Answers | 4 | 03-21-2002 07:38 PM |
|
|
Submit Tools | LinkBack | Thread Tools | Search this Thread | Display Modes |
|
#1
|
|||
|
|||
|
How to combine 2 files
hi all
i have 2 files f1 and f2 i have to combine these 2 files and make a new file f3 when i use paste f1 f2 >f3 its pasting vertically but i want to paste horizontally How to do .. pls let me know |
| Forum Sponsor | ||
|
|
|
#2
|
||||
|
||||
|
How about using cat.
Code:
cat f1 f2 > f3 Vino |
|
#3
|
|||
|
|||
|
thnx a lot
thnx a lot its wrking
|
|||
| Google The UNIX and Linux Forums |
| Thread Tools | Search this Thread |
| Display Modes | |
|
|