What is grep and sed command?
Answer / roshini
Grep is a line-based search utility and is used primarily to return lines from a file, or files, that match a particular search term. Sed is similar, as in it is a line-by-line style utility, but is meant more for string replacement within lines of text.
| Is This Answer Correct ? | 0 Yes | 0 No |
How to use grep command to list find the records of a file containing 10 different strings?
How do you move or rename a file or directory?
How do I use grep to find a file?
what is the use of the hidden files?
Why is it called a shebang?
What are bash commands?
How do you change file permissions?
what is the use of ls -l command & what is the information it gives about user ?
What is sed awk grep?
solaris Run level?
Why is grep called grep?
What is the difference between pipe and xargs?