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 |
What are the entities that are swapped out of the main memory while swapping the process out of the main memory?
What are the layers of unix operating system?
What are hidden files in unix?
List some features of unix.
Explain the method of changing file access permission?
Explain about shell aritmetic operators and functions?
What are the various ids in unix processes?
Explain what is standard unix streams ?
How many types of files are there in unix?
Which is the shell of unix?
What is unix orphan process?
Why is unix better than windows?