DIRCMP(1) DOMAIN/IX SYS5 DIRCMP(1)
NAME
dircmp - directory comparison
USAGE
dircmp [ -d ] [ -s ] [ -wn ] dir1 dir2
DESCRIPTION
Dircmp examines dir1 and dir2 and generates various tabu-
lated information about the contents of the directories. It
generates listings of files unique to each directory for all
the options. If no option is entered, dircmp outputs a list
indicating whether the filenames common to both directories
have the same contents.
OPTIONS
-d Compare the contents of files with the same name
in both directories, and output a list telling
what must be changed in the two files to bring
them into agreement. The list format is described
in diff(1).
-s Suppress messages about identical files.
-wn Change the width of the output line to n charac-
ters. The default width is 72.
RELATED INFORMATION
cmp(1), diff(1).
Printed 12/4/86 DIRCMP-1