Logo Questions Linux Laravel Mysql Ubuntu Git Menu
 

How do I search for the content of files in a Perforce depot (P4V)?

I am currently using Perforce version 2010.2. It appears that this version does not have an integrated search functionality that will go through the content of every single file. My current P4V version only allows me to search for filenames but not for content.

Any input on this would be much appreciated.

Thank you in advance.

like image 634
Obi-Wan Avatar asked May 09 '12 15:05

Obi-Wan


1 Answers

Try the 'p4 grep' command, added in release 2010.1, I believe.

like image 58
Bryan Pendleton Avatar answered Sep 28 '22 07:09

Bryan Pendleton