I found this here but is seemed a commandline option and for some reason p4 grep did not give me results. It gave errors like "must refer to client".
So i am asking, does the P4 visual client(I have version 2012 Sep-21) have any provision to search depot files for certain content entered as keyword(s)?
This is what I did to use p4 grep command:
cd
p4 grep -i -n -e dmc ./
this gave error:
./ - file(s) not in client view.
So then tried doing switch command to change to that client/workspace(they are synonyms in Perforce):
p4 client -s MyClientName
It gave error saying:
Usage: client -s [ -f ] -t template | -S stream [ clientname ]
Then even tried further but could not use the -S -t option.
What is the command to switch a client which would resolve the error message "./ - file(s) not in client view."?