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
Explain how do you create special files like named pipes and device files?
Does mac use unix?
What Happens when you execute a program?
Explain what is inode?
Is unix cli or gui?
Is windows 10 unix based?
What is hardlink and softlink in unix?
What is grep family in unix?
Write down some common shells with their indicators?
What are the features of unix?
What do you mean by unix?
How do I create a directory in unix?
What is Thread dump in unix?
How do I check disk space in unix?
What is pipe in unix example?