CPALL(VI) − PWB/UNIX 8/23/77
NAME
cpall − copy files into a specified target directory
SYNOPSIS
cpall file [ file ... ] directory
DESCRIPTION
Each argument file is copied to a file with the same name in the target directory, using cp (I). The leading part of the files path name is stripped off, thus cpall /mnt/chuck/cstuff/m*.c /mnt/bill/cprogs will create, among others, /mnt/bill/cprogs/multiprint.c
SEE ALSO
mvall (VI), lnall (VI), cptree (VI), lntree (VI), rmtree (VI)
BUGS