Answer Posted / Deepak Chaukar
To find a file using grep, you can search for a specific string within the file names. For example: 'grep -l <string> *' would return all files containing the specified string in their name. Note that this command should be run from your project root directory.
| Is This Answer Correct ? | 0 Yes | 0 No |
Post New Answer View All Answers