what is the difference between SED and GREP ?
Which one is more better and why?
Answer Posted / 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 View All Answers
What are the general commands in using unix os for a beginner?
What is command statement?
What are file commands?
How do you repeat a command in terminal?
What is the significance of the 'tee' command?
Explain mount and unmount command.
Why is awk called awk?
What is the difference between awk and grep?
Describe the usage and functionality of the command rm –r * in unix?
What is difference between grep and find command in unix?
How can we use grep command in unix?
What is the difference between cat command and more command?
Write a command to display a file’s contents in various formats?
Which command is used to find whether the system is 32 bit or 64 bit?
How do you grep a case insensitive?