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 is the command to find maximum memory taking process on the server?
Which command is used to copy files?
Can you enlist some commonly used network commands?
What does sed command do in unix?
Name the various commands that are used for the user information in unix.
How does pipe () work?
Explain command to show the space allocation of files?
What are the differences among a system call, a library function, and a unix command?
What is the use of awk command in unix?
What is the general format of unix command syntax?
What does grep v do?
Which command should you use to find the remaining disk space in unix server?
Write a command that will display files in the current directory, in a colored, long format.
What is unix command line?
What is pipe command in unix?