Archive for November, 2009

How to add p4 files recursively on UNIX

No Comments »

You would think should have an option to do that automatically. Well… it almost does.

passing -x - to p4 command tells it to use the standard input as arguments.

(type p4 help usage for more info on global options)


find . -type f -print | p4 -x - add

  • 2009: Jan Feb Mar Apr May Jun Jul Aug Sep Oct Nov Dec
  • 2005: Jan Feb Mar Apr May Jun Jul Aug Sep Oct Nov Dec