if i have 2 files file1 and file2....
file1 contains 2 columns like
b a
11 aa
12 as
13 ad
15 ag
11 ar
13 ah
15 ak
file2 contains
b c
10 ds
11 at
15 gh
15 jk
13 iu
11 fg
13 yy
can any 1 give me the program to display in this way?
a b c
aa 11 at
ar 11 fg
ad 13 iu
ah 13 yy
ag 15 gh
ak 15 jk
Answer Posted / pitambar mishra
Sorry Sudhir,
Your syntax is wrong.It should be
paste file1 file2|cut -d " " -f2,3,4
But this command is n't providing the correct result.
Piz try another.
| Is This Answer Correct ? | 0 Yes | 0 No |
Post New Answer View All Answers
Explain about non-login shell files?
What is shell company all about?
How can you find out how long the system has been running?
What are filters explain sort with all the options available?
What are the advantages of shell script?
What are types of shells?
What are the advantages of using shell scripts?
What is web script?
How do I run a script from command prompt?
How do I start a shell script?
What is mac default shell?
What does .sh file contain?
What is sed in shell script?
What are the different commands available to check the disk usage?
What is a program shell?