Home > perforce > perforce find files not in depot

perforce find files not in depot

Here is how you find files not added to depot:

find . ! -type d | xargs p4 have 2>&1 > /dev/null

Categories: perforce
  1. No comments yet.
  1. No trackbacks yet.
You must be logged in to post a comment.