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 allow a unix system to shut down in 15 minutes, after which it will perform a reboot.
Differentiate cmp command from diff command.
What is grep short for?
Is it inbetween or in between?
Which command is used to kill the last background job?
how to sort the content of the file based on numeric values
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)?
Who command in unix operating system?
Explain command to display different lines that are found when compare two files?
Describe the usage and functionality of the command rm –r * in unix?
Explain the terms ‘system calls’ and ‘library functions’ with respect to unix commands?
What are some command words?
What is the use of find command in unix?
What is the comma to display different lines that are found when compare two files?
How do you grep a case insensitive?