What is use of sed command?

Answers were Sorted based on User's Feedback



What is use of sed command?..

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

What is use of sed command?..

Answer / monu verma

sed is a command used for opening stream editor.

Is This Answer Correct ?    7 Yes 10 No

Post New Answer

More Unix Commands Interview Questions

What is rmdir command?

0 Answers  


if we create a file, in that 10 rows(means 1,2,....9,10 like). i want 7 row exactly, which command use in unix? plz send this question.

28 Answers   TCS,


Is grep faster than awk?

0 Answers  


what is the difference between pipe(|) and tee command..

3 Answers   Cap Gemini, Rolta,


What command will bring user back to their home directory in UNIX?

13 Answers   IBM, Wipro,






How to set sticky bit, or it have any seperate directory to create sticky bit in sunfir servers. Please help me , i don't no the exact answer?

4 Answers   HCL, Wipro,


How do you move a process which is running background to foreground?

9 Answers  


what does a process mean?

5 Answers   Infosys,


How to get a particular string as your prompt ? Give syntax of that command?

3 Answers  


describe the escaping sequence characteres in unix

1 Answers  


What is the unix command to confirm a remote host is alive or not?

0 Answers  


Explain command to show the space allocation of files?

0 Answers  


Categories