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 |
Differentiate between absolute and related path?
What is awk sed unix?
What is a parent directory in unix?
How do I remove 30 days old files in unix?
What is c shell in unix?
What is unix language?
What will be the result if we run the command #find /tmp - mtime -2 and #find /tmp -mtime +2
What is difference between unix and windows?
How does unix operating system works?
What is the use of unix?
Is mac terminal unix?
What is a filter in unix?