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 / asif
sed 's/aab/xxl' file a ; sed 's/xxl/aab' file b
Is This Answer Correct ? | 3 Yes | 1 No |
Post New Answer View All Answers
What is unix directory structure?
Explain kernal and shell?
How can you count the number of characters and lines in a file?
What is ‘the principle of locality’?
How to get the last word from a line in Unix file?
Explain Sticky bit?
What uses unix?
What scheme does the Kernel in Unix System V follow while choosing a swap device among the multiple swap devices?
Name the different file types available with unix.
How to remove the directory in unix?
What are unix options?
List a few significant features of unix?
What are pipes and filters in unix?
You have a file called tonky in the directory honky. Later you add new material to tonky. What changes take place in the directory, inode, and file?
Name the data structure used to maintain file identification?