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 / 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 |
Post New Answer View All Answers
What a pipe?
Does apple use unix?
How zip the file in unix?
Is unix the first operating system?
Explain how do you create special files like named pipes and device files?
Why kernel is known as the heart of unix os?
What does cd mean in unix?
How do I run a .sh file in unix?
How do I find the port number of pid in unix?
Who owns the unix trademark today?
What is the file in unix?
Define a single-user system.
Which language unix is written?
How to null a file in unix?
briefly describe the shell's responsibilities?