0

I have a requirement where once a perforce branch is provided,I need to open all the files present in that branch and check for some content,is there a p4 command or python way to do this?Please provide inputs

user1795998
  • 4,937
  • 7
  • 23
  • 23

1 Answers1

2

If you're trying to search for specified content in a certain set of files, 'p4 grep' should do the job nicely: http://www.perforce.com/perforce/doc.current/manuals/cmdref/grep.html#1040665

Bryan Pendleton
  • 16,128
  • 3
  • 32
  • 56