-
- dircmp - directory comparison
-
- dircmp [ options ] dir1 dir2
-
- 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.
-
- -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.
-
- 0
- Success.
- >0
- An error occurred.
-
- cmp(1), diff(1)
-
- 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