DIRCMP(C) UNIX System V
Name
dircmp - compares directories
Syntax
dircmp [ -d ] [ -s ] [ -wn ] dir1 dir2
Description
dircmp examines dir1 and dir2 and generates tabulated
information about the contents of the directories. Listings
of files that are unique to each directory are generated in
addition to a list that indicates whether the files common
to both directories have the same contents.
There are three options available:
-d Performs a full diff on each pair of like-named
files if the contents of the files are not
identical.
-s Suppresses output of identical filenames.
-wn Changes the width of the output line to n
characters. The default width is 72.
See Also
cmp(C), diff(C)
Standards Conformance
dircmp is conformant with:
AT&T SVID Issue 2, Select Code 307-127;
and The X/Open Portability Guide II of January 1987.
(printed 8/28/89) DIRCMP(C)