![]() |
|
|
|
|
|||||||
| 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 |
| Unable to view files in a particular directory under /opt | its.simron | UNIX for Dummies Questions & Answers | 1 | 05-21-2008 07:02 AM |
| Unable to view files in a particular directory under /opt | its.simron | Linux | 1 | 05-21-2008 06:59 AM |
| how to view .chm format files? | praveen_b744 | UNIX for Advanced & Expert Users | 2 | 09-14-2007 08:13 AM |
| view log files | sak900354 | UNIX for Dummies Questions & Answers | 5 | 06-15-2006 04:26 AM |
| View Files In Linux/Windows | doublek321 | UNIX for Dummies Questions & Answers | 3 | 08-09-2005 03:28 AM |
|
|
Submit Tools | LinkBack | Thread Tools | Search this Thread | Display Modes |
|
#1
|
||||
|
||||
|
View files in columns
Can some on say how in simplest way to implement the following:
I have two files: 1) some some some 2) another another another I need to get third file: 3) some another some another some another |
| Forum Sponsor | ||
|
|
|
#2
|
||||
|
||||
|
Code:
paste file1 file2 |
||||
| Google The UNIX and Linux Forums |
| Thread Tools | Search this Thread |
| Display Modes | |
|
|