What is use of sed command?
Answer Posted / raj
Sed is a stream editor and you can use as a filter
The following things are happen using sed command
1) Printing a line
2) Deleting a line
3) Substituing a line
-e --> editing mode
-f --> Using this arugment you can open a .sed file to
execute the file
-n --> Default output
| Is This Answer Correct ? | 0 Yes | 0 No |
Post New Answer View All Answers
What do chgrp command do?
What is difference between grep and find command in unix?
Differentiate cmp command from diff command.
What is the use of the tee command?
What is awk good for?
What difference between cmp and diff commands?
What is {} in find command?
How do you grep recursively?
Explain command to show the space allocation of files?
Explain mount and unmount command.
what is the advaantage of each user having its own copy of the shell?
How do I clear my terminal history?
How do I delete files from command prompt?
What is “chmod” command?
How do you repeat a command in terminal?