MVALL(VI) − PWB/UNIX 8/23/77
NAME
mvall − move files into a specified target directory
SYNOPSIS
mvall file [ file ... ] directory
DESCRIPTION
Each argument file is moved to a file with the same name in the target directory, using mv (I). The leading part of the files path name is stripped off, thus mvall /mnt/jeff/adm/*.c /c/adm will create, among others, /c/adm/procp.c
SEE ALSO
cpall (VI), lnall (VI), cptree (VI), lntree (VI), rmtree (VI)
BUGS