Top "Findinfiles" questions

Can I search for multiple strings in one "find" command in batch script?

I have a windows batch script that will look for a string within a file find /i "WD6" %Inputpath%file.…

windows batch-file find findinfiles
Vim: Ignore Special Path in Search

In my .vimrc file, I have two very useful lines: set path=~/nbapp/** set backupdir=~/nbapp/temp The first line …

search vim findinfiles