What is use of sed command?
Answers were Sorted based on User's Feedback
Answer / 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 |
Answer / monu verma
sed is a command used for opening stream editor.
| Is This Answer Correct ? | 7 Yes | 10 No |
what is virtual machine?
What is the use of awk command in unix?
When the shell is reading the command line what is the difference between text enclosed between double quotes ( ” ) and text enclosed between signal quotes ( ’ )?
What do chmod, chown, chgrp commands do?
What is the size of time_t?
What is the difference between grep and grep?
what is the use of ls -l command & what is the information it gives about user ?
what is the command to find out the difference between files and folders?
Write a grep (or grep) command that selects the lines from a file that have exactly three characters.
what is the command to print last 8 lines of any text file.
What do know about tee command and its usage?
What is a command and examples?