1BSD/man6/cpall.6

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