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 ?
Answer Posted / 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 |
Post New Answer View All Answers
Can you explain what does the kernel do?
What is unix and why it is used?
What is .login file in unix?
What are conditions on which deadlock can occur while swapping the processes?
For which kind of fault the page is checked first?
How unix is used?
What does sort do in unix?
How to find a file in unix?
Which file system is used in unix?
What is difference between unix and windows?
What are the main features of korn shell?
What are the advantages of unix operating system?
How does unix operating system works?
Is mac unix like?
What is meant by the term nohup?