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 |
Is mac unix based?
What are some common shells and what are their indicators?
What uses unix operating system?
Explain a path in unix.
What is unix operating system used for?
How the Kernel handles the copy on write bit of a page, when the bit is set?
What is $# in unix?
What are new features added in nfs4?
How do I run a unix script?
What are a shell in unix and its types?
What is a parent directory in unix?
Explain file system in unix.