How to list all the files that are checked in under perforce job?

124 Views Asked by At

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?

1

There are 1 best solutions below

0
On BEST ANSWER
p4 -Ztag -F@=%Change% fixes -j JOBNAME | p4 -x - files