1

I got a perforce job and would like to list all the files that are checked in against the job for code review. I want full file path for those files. How can I achieve it?

Hunter
  • 2,370
  • 2
  • 20
  • 24

1 Answers1

2
p4 -Ztag -F@=%Change% fixes -j JOBNAME | p4 -x - files
Samwise
  • 68,105
  • 3
  • 30
  • 44