The information of the two files should be redirect to
Third file in such a way that, the third file contain the
information like this.
1st line in third file should be from 1st file
2nd line in Third file should be from 2nd file
3rd line in Third file should be from 1st file
4th line in Third file should be from 2nd file
-
- so on
Answer Posted / amol
Unix utility sed can be used serve the purpose
Assuming file1.txt and file2.txt are two input files and
file3.txt is the third file.
Contents of the file1.txt
line 1
line 2
line 3
Contents of the file2.txt
LINE 1
LINE 2
LINE 3
After executing below mentioned command
sed -n -e '{
> R file2.txt
> p
> }' file1.txt > file3.txt
The third file file3.txt will be
line 1
LINE 1
line 2
LINE 2
line 3
LINE 3
| Is This Answer Correct ? | 0 Yes | 3 No |
Post New Answer View All Answers
Can you write a script to portray how set –x works?
one folder contains lot of students name but I want to fetch hello with every student name individually using shell script
Where is bash history?
Is powershell a bash?
Write a command sequence to find all the files modified in less than 2 days and print the record count of each.
I have to write Shells (Linux + Unix)for publishing packages and reports. Is it possible ? What are the differents executable programs ineed to call ?
Give some situations where typing error can destroy a program?
Suppose you execute a command using exec, what will be the status of your current process in the shell?
What is c in shell script?
Why is shell scripting important?
What is path variable bash?
What is a beat in a script?
Write down the syntax for all the loops in shell scripting.
is this growing field and what is average package in this?
what is tickets $ what low,medium,high priorite pls define time also