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
How is unix different from linux?
What is the use of unix?
What is meant by the term nohup?
Discuss briefly about the directory representation in unix.
What does tr H do in unix?
How do I run a shell script in unix?
What is unix for?
How do I grep multiple patterns in unix?
What are the main features of korn shell?
Explain the term filter.
What is alias mechanism?
How does the kernel differentiate device files and ordinary files?
Give a brief idea about representation of devices in unix.
Explain about the directory representation in UNIX?
What is the file in unix?