find . -type f -print | p4 -x - add
ls -l `find . -type l -print` (リンクを意味する "l" を指定します。)
find . -type l -print | p4 -x - add -t symlink
dir /b /s /a-d | p4 -x - add
files -f -q -r -s | p4 -x - add
p4 -x filelist add
p4 add * */* */*/*
p4 submit