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 |
how to find the 51th record of a file containing 100 records in unix.
Write a command to kill the last background job?
how to delete entire records in unix ?
Can you explain a little bit about command substitution?
What is file system in unix??
What is the difference between pipe (|) and tee command in unix
What is the nmap command?
How do you create a file in UNIX
36 Answers Accenture, EMG, Nokia, QA, TD,
how many internal commands is there in UNIX?
what are wild cards?
what is the difference between pipe(|) and tee command..
What is the difference between udp and tcp?