How do I use grep to find a file?
Answer / 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 |
how to find the 51th record of a file containing 100 records in unix.
what are filters?
How to remove a crontab file?
distinguish between paging and swapping?
what is the difference between pipe(|) and tee command..
How do I search a whole word in vim?
What is a command and examples?
what is the command to find out the difference between files and folders?
What is grep and sed command?
How to find the files that are accessed before 10 minutes?
What does sed command do in unix?
What's a command word?