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


Please Help Members By Posting Answers For Below Questions

What is difference between find and grep in unix?

489


How do I find the port number of pid in unix?

468


What is delayed write in unix?

489


What is meant by the term nohup?

498


What a pipe?

572






What is the significance of the superuser?

527


Why was unix created?

500


How do you determine and set the path in unix?

524


What unix means?

495


How to terminate a shell script if statement?

569


What are the criteria for choosing a process for swapping out of the memory to the swap device?

597


Explain kernal and shell?

557


What is dev null in unix?

483


What are unix options?

478


What is path variable in unix?

482