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
Who invented grep?
What is the size of time_t?
What does the md command do?
What is the difference between awk and grep?
What is awk good for?
Name the unix command to find how many days the server has been up.
Explain command to show the space allocation of files?
Explain ‘system calls’ with respect to unix commands?
Is there any method to erase all files in the current directory, along with its all sub-directories, by using only one command?
How do I open a port?
How do I use grep to find a file?
What is command statement?
How do I search a whole word in vim?
How do I use nslookup?
What is difference between grep and find command in unix?