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
What does the metacharacter mean?
Using unix command how to display no of records in oracle?
What is pipe command in unix?
What are the dos commands?
why metadb requires a seperate slice to create Solaris volume manager
Enumerate some of the most commonly used network commands in unix?
What does the command '$ls | wc –l > file1' do?
Name the various commands that are used for the user information in unix.
Write a command that will allow a unix system to shut down in 15 minutes, after which it will perform a reboot.
What is the command to view process running?
Explain command to display different lines that are found when compare two files?
What is unix command?
What is $0 bash?
Name the unix command to find how many days the server has been up.
What difference between cmp and diff commands?