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
Write a command to display a file’s contents in various formats?
Who wrote grep?
What is “chmod” command?
Enlist some filename manipulation commands in unix.
Using unix command how to display no of records in oracle?
What are awk commands?
Write a command to kill the last background job?
What is the first character of the output in ls l command?
What does the md command do?
Explain the steps that a shell follows while processing a command.
What is the size of time_t?
What is the command to compare two files in unix?
What is command substitution?
Why is shebang used?
What is sed awk grep?