Usage: shadow [-v|--verbose] [-d|--direct] [-t|--treeonly] [-l|--linkname ] [-s|--skip ] [--] [] Makes a 'shadow' copy (named 'shadowdir', if specified - in the current directory if not) of 'realdir'. For each directory under 'realdir', a directory with the same name is created in the shadow; for each non-directory object under 'realdir', a symbolic link to it is created in the equivalent place in the shadow. The --treeonly option causes only the directory structure to be copied; no symbolic links are created or modified. This will relink existing symbolic links, but will not affect any real file system objects under an existing directory. Names of these pre-existing real objects in the shadow will be printed if the 'verbose' option is specified. Normally invisible files or directories (ones whose name begins with '.') are not shadowed. You may specify other names to be skipped with the '--skip' option; the argument specifies a perl regular expression. The default, '(RCS|SCCS|CVS)', will skip objects named 'RCS', 'SCCS', or 'CVS'. This default is overridden by the environment variable 'SHADOWSKIP'. By default, a link named '.LINK' to 'realdir' is created in the shadow, and all links in the shadow are made through that link (which provides an easy way to switch between 'real' directories for a shadow). This link name may be changed with the 'linkname' option, or you can create direct links for each object by specifying the 'direct' option.