Sebastian Rahtz wrote: > find . -type f | p4 -x - add I've found "find . ! -type d | p4 -x - add" to be a tad better...(picks up symlinks and adds them correctly). --Jason