InterviewSolution
Saved Bookmarks
| 1. |
What is the function of grep command? |
|
Answer» GREP (Global regular expression print) is a COMMAND that is USED to the global search for a string of characters in a specified file. The text search PATTERN is generally KNOWN as a regular expression. It simply makes use of pattern-based searching. |
|