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 the difference between udp and tcp?
How does the system know where one command ends and another begins?
What is the difference between AWK and SED commands? Plz give example and explain...
If we want to see first 35 lines of a file which command we have to use?
What is FIND, GREP and SED ? Could you please give me the difference between all the three? Where we use this commnands?
How do I use grep to find a file?
Describe the usage and functionality of the command rm –r * in unix?
What does the metacharacter mean?
How to install scsi driver in unix? give me explanation clearly?
what is the command to find out which shell you are running?
What is the nmap command?
what is virtual machine?