Find a text string in files
WhichFile.Rd
Which files in a folder (and its subfolders) include/exclude a given text string
Arguments
- String
The text string or regular expression being sought.
- Folder
The head folder to start searching in.
- fixed
Fixed text string or if FALSE, a regular expression that will be passed to grep().
- DoesExist
If TRUE, it shows the files that do include the text string of interest; if FALSE, files that lack the search string are returned.
Details
Finding a given search string in a pile of text files is time-consuming. Finding which files lack that search string is even harder.