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 / kirtiranjan sahoo
paste file1 file2 | cut -d" " -f2,3,4 | sort -n -k2
| Is This Answer Correct ? | 0 Yes | 0 No |
Post New Answer View All Answers
What makes c shell a more preferable option than the bourne shell?
Explain about login shell?
What can scripts do?
How do I run a .sh file on mac?
What language is shell scripting?
Is shell script a programming language?
What lives in a shell?
what is tickets $ what low,medium,high priorite pls define time also
Explain about shebang?
shell script for reverse the string
Write a shell script to get current date, time, user name and current working directory.
What is a program shell?
What does it mean by #!/Bin/sh or #!/Bin/bash at the beginning of every script?
What is a beat in a script?
What is computer cli?