what is the difference between SED and GREP ?
Which one is more better and why?

Answers were Sorted based on User's Feedback



what is the difference between SED and GREP ? Which one is more better and why?..

Answer / gogune suresh kumar

Both serves the purpose of "pattern matching" in files.
SED has more features compared to simple GREP. Ex: like
replacement of existing string with new string. Deleting the
lines in a file etc.

Is This Answer Correct ?    57 Yes 5 No

what is the difference between SED and GREP ? Which one is more better and why?..

Answer / ravi mahant

SED has more features compared to simple GREP. we can grep
and edit and replace string using SED.
GREP is used to find the string and active process.

Is This Answer Correct ?    30 Yes 7 No

what is the difference between SED and GREP ? Which one is more better and why?..

Answer / kiruthiga.s

SED-- search and replace


grep filters the matching pattern

Is This Answer Correct ?    13 Yes 1 No

what is the difference between SED and GREP ? Which one is more better and why?..

Answer / basanth

grep has only pattern space since it can store only one line at a time but sed has pattern space and hold space.it can store more than one line at a time

Is This Answer Correct ?    13 Yes 5 No

Post New Answer

More Unix Commands Interview Questions

how to unzip the contents of the gzip file

1 Answers   Epsilon,


Which command is used to create a directory?

0 Answers  


What is {} in find command?

0 Answers  


In vi editor how do you execute unix commands?

10 Answers  


use of ls command

9 Answers  






By using which command we can find the CPU utilization time?

7 Answers   Amazon,


Which command is used to kill the last background job?

0 Answers  


Who wrote grep?

0 Answers  


what is the command to find out which shell you are running?

14 Answers  


Is there any command in Unix, other than:ls, to list the files in a directory? The answer will be highly appreciated...

27 Answers   CGI,


Describe the zip/unzip command using gzip.

0 Answers  


in UNIX ,What is the command to view contents of a large error log file?

7 Answers  


Categories