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
Is unix os free?
What do you understand by the term single user system?
What are system variables in unix?
What is Thread dump in unix?
What does a pipe(|) do?
I have one flat file,in this file how many columns are there i don't know,but one ename column is there , just i want to cut the surname, so how to cut the surname, any one know the answer please guide me ? ename ----- tapan kumar nayak bala murugan kutal chkrobarthy biswo My output is like that OUTPUT ------ nayak murugan chakrobarthy biswo
What are links and symbolic links in UNIX file system?
What are the essential features of the unix operating system?
What are the main features of unix operating system?
What is directory unix?
What do you understand by the term wild-card interpretation?
What is piping?
How to remove the last line/trailer from a file in Unix script?
What are the hidden files in unix?
How do I show hidden files in unix?