BSD 2 development
[unix-history] / man / diffdir.u
CommitLineData
8b3a6d2f
BJ
1.TH DIFFDIR UCB 2/24/79 UCB
2.SH NAME
3diffdir \- diff directories
4.SH SYNOPSIS
5.B diffdir
6[
7.B \-h
8] [
9.B \-s
10] dir1 dir2
11.SH DESCRIPTION
12.I Diffdir
13does diffs on directories by sorting the contents of the directories by
14name and then running diffs on text files which are different.
15Object files which differ and files which appear in only one directory
16are also listed.
17.PP
18The
19.B \-h
20option causes diffdir to paginate its output, and to summarize
21binary differences and files in only one place at the end of the diff.
22Each individual diff is run through an appropriate
23.I pr.
24.PP
25The
26.B \-s
27option causes files which are the same to be reported;
28normally they are omitted.
29.SH "SEE ALSO"
30diff(UCB)
31.SH AUTHOR
32Bill Joy
33.SH BUGS
34Program needs more work, i.e. it could be made hierarchical and should
35pass flags through to
36.I diff.