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 that will find all text files in a directory such that it does not contain the word "amazing" in any form (that is, it must include the words amazing, amazing, or amazing)?
What is grep command in unix with examples?
What difference between cmp and diff commands?
What is the difference between awk and grep?
How to find $ai_serual resolved path by using unix
What is awk used for?
What is ctrl d?
What is merge command in unix?
Name the various commands that are used for the user information in unix.
Why is shebang used?
Enumerate some of the most commonly used network commands in unix?
Name the general commands in using unix os for a beginner?
How does shebang work?
What is awk command used for?
What is the command to find maximum memory taking process on the server?