following two file are
file a file b
110 aab 330 xxl
i want the output like
file a fileb
110 xxl 330 aab
give solution ?
Answers were Sorted based on User's Feedback
Answer / satyaranjan samal
sed 's/aab/xxl' file a ; sed 's/xxl/aab' file b ; cat file
a ; cat file b
| Is This Answer Correct ? | 9 Yes | 1 No |
Answer / raja
sed 's/110 aab/110 xxl/' file a
sed 's/330 xxl/330 aab/' file b
| Is This Answer Correct ? | 1 Yes | 0 No |
How to move files from one directory to other in unix?
What uses unix operating system?
Explain how do we change file access permissions?
Explain piping.
What are drawbacks of ssh v2?
What is .profile unix?
What is delayed write in unix?
Is learning unix useful?
What is the use of unix?
What do you understand by the term wild-card interpretation?
Describe the responsibilities of shell in brief.
How does unix file system work?