cpdir - copy directory trees
SYNOPSIS
cpdir from_directory to_directory
DESCRIPTION
cpdir
copies the directory tree or all of the directories and
all of their files under the
from_directory
location to the
to_directory
location, using the tar command.
The first directory is the source and the second is the destination.
from_directory
and
to_directory
must be absolute path names (from the root).
EXAMPLE
$ mkdir /tmp/rdb.tests
$ cpdir $RDB/tests /tmp/rdb.tests
SEE ALSO