DIRCMP ( 1 ) USER COMMANDSDIRCMP ( 1 )


NAME

dircmp - directory comparison

SYNOPSIS

dircmp [ options ] dir1 dir2

DESCRIPTION

dircmp examines dir1 and dir2 and generates various tabulated information about the contents of the directories on standard output. If no option is specified, a list is output indicating whether the file names common to both directories have the same contents.

OPTIONS

-d
Compare contents of files with the same name in both directories.
-s
Suppress messages about identical files.
-w n
Change the width of the output line to n columns. The default value is 72.

EXIT STATUS

0
Success.
>0
An error occurred.

SEE ALSO

cmp(1), diff(1)

IMPLEMENTATION

version
dircmp (AT&T Labs Research) 2003-09-02
author
David Korn <dgk@research.att.com>
copyright
Copyright © 1997-2010 AT&T Intellectual Property
license
http://www.opensource.org/licenses/cpl1.0.txt