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
How do you switch from any user type to a super user type?
Explain what is a fifo?
What is a filter in unix? Give an example.
Name the key features of the korn shell.
What is unix kernel explain it?
Why was unix created?
Does mac use unix?
How do you kill a job in unix?
Is unix the first operating system?
Which data structure is used to maintain the file identification?
Why is unix better than windows?
Explain piping.
How do I find my unix os version?
What are the pros of executing processes in the background?
What is unix structure?