What is use of sed command?
Answer Posted / sumitabha das
sed is a multipurpose tool which combines the work of
several filters.
sed uses instructions to act on text.
AN instruction combines an address for selecting lines with
an action to be taken on then , as shown by the syntax
sed options 'address action' file(s)
| Is This Answer Correct ? | 7 Yes | 2 No |
Post New Answer View All Answers
What is the difference between cat and more command?
What is in grep command?
What is the use of find command in unix?
Explain ‘library functions’ with respect to unix commands?
Which command is used to restrict incoming messages?
What does the metacharacter mean?
What is the use of egrep command in unix?
What is sed awk grep?
Can you explain a little bit about command substitution?
why metadb requires a seperate slice to create Solaris volume manager
Write a command that will find all text files in a directory such that it does not contain the word "amazing" in any form (that is, it must include the words amazing, amazing, or amazing)?
Write a command that will display files in the current directory, in a colored, long format.
Is grep faster than awk?
Is command prompt unix?
Differentiate cmp command from diff command.