adspace
Answer Posted / Keshav Kumar Jha
In Grep (Global Regular Expression Print), 'grep r' is a command that searches the input for lines containing regular expressions (regex) and displays the matching lines. The 'r' flag stands for recursive search, allowing grep to look through all files in a directory and its subdirectories.
| Is This Answer Correct ? | 0 Yes | 0 No |
Post New Answer View All Answers