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 ?
Answers were Sorted based on User's Feedback
Answer / 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 |
Answer / 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 |
Is unix the first operating system?
What is a "parameter card" and what is useful for?
What are links and symbolic links in UNIX file system?
Is unix a kernel or os?
Explain different types of Unix systems.
Which is a form of interprocess communication in unix?
command to display different lines that are found when compare two files?
briefly describe the shell's responsibilities?
What is Process id in unix?
How old is unix?
What are three main elements of unix operating system?
What is the core of unix operating system?