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
Write a script to print the first 10 elements of fibonacci series.
Set up a Sev 2 alert when the Primary WA service fails. A windows batch script needs to be created that will monitor the WA service on the Primary and when the service stops/fails a Sev 2 TT is generated for a particular team ?
How can you get the value of pi till a 100 decimal places?
Is shell scripting difficult?
How to print the first array element?
What is the difference between grep and egrep?
What is the crontab?
What is a command line shell?
How do scripts work?
What are the different types of variables used in shell script?
What is a shell in operating system?
Explain about the slow execution speed of shells?
In my bash shell I want my prompt to be of format '$"present working directory":"hostname"> and load a file containing a list of user-defined functions as soon as I log in, how will you automate this?
is this growing field and what is average package in this?
What is the equivalent of a file shortcut that we have a window on a linux system?