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 to print/display the last line of a file in Unix?
Define a process group.
How do you kill a job in unix?
How do we change file access permissions?
Is unix the first operating system?
How do I run a unix script?
What do you mean by the protection fault?
Is unix portable?
What are the criteria for choosing a process for swapping into memory from the swap device?
Who developed unix operating system?
How do I search for a grep file in unix?
Is unix more secure than windows?
What is unix operating system and its features?
What does $? Mean in unix?
Name the key features of the korn shell.