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 / asif
sed 's/aab/xxl' file a ; sed 's/xxl/aab' file b
| Is This Answer Correct ? | 3 Yes | 1 No |
Post New Answer View All Answers
Why unix is secure than windows?
What is the core of unix operating system?
Is it possible to count number char, line in a file; if so, How?
How to restrict NULL value in UNIX
How to know the ip address of user system?
What is meant by the term nohup?
briefly describe the shell's responsibilities?
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
How to check the date in unix?
How would you identify daemons in unix?
What do you understand by unix shell?
What are a shell in unix and its types?
What is unix pattern?
Name the key features of the korn shell.
What are links and symbolic links in UNIX file system?