what is the difference between SED and GREP ?
Which one is more better and why?
Answer Posted / 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 |
Post New Answer View All Answers
What is the command to find maximum memory taking process on the server?
How do I use grep to find a file?
Describe the zip/unzip command using gzip.
What is pipe command in unix?
What is .sh file?
How do I search for text in vi?
Enlist some filename manipulation commands in unix.
What are the unix commands?
Give the command for finding the current date.
What is updatedb?
What is grep short for?
Which command is used to restrict incoming messages?
What command will change your prompt to myprompt?
Explain command to view process running?
What is the difference between awk and grep?