fix to reeves fix of dgo handling (reset b_active to 1)
[unix-history] / .ref-BSD-3 / usr / man / man1 / uudiff.1c
CommitLineData
47ec1463
BJ
1.TH UUDIFF 1C
2.SH NAME
3uudiff \- directory comparison between machines
4.SH SYNOPSIS
5.B uudiff
6[ \-d ]
7local-name remote-name
8.SH DESCRIPTION
9.I Uudiff
10compares the files in the directory
11.I local-name
12and the directory
13.I remote-name,
14(where
15.I remote-name
16may be of the form
17.I system-name!directory-name
18and
19.I system-name
20is a
21.I uucp
22Unix name).
23It reports (via mail)
24which files are added, deleted, or changed, and provides
25a
26.I diff(1)
27of altered printable files.
28.PP
29If a part of
30.I remote-name
31is omitted
32(either the system or the directory)
33the corresponding part of
34.I local-name
35is used.
36If
37.I local-name
38is a file, rather than a directory,
39.I remote-name
40is also assumed to be a file and the program degenerates into
41.IR diff(1) .
42.PP
43The option
44.B \-d
45does not diff altered files; only
46the summary by file names is prepared.
47.SH FILES
48Lots. Files zz[abcdeglmn]????? are used for scratch space;
49files brought back from the remote machine for
50.I diffing
51are stored (and left around) as
52.I name.?????
53and the final report is left in
54.I uudiff.?????
55(the exact name is reported by mail).
56.SH "SEE ALSO"
57diff(1), uucp(1)
58.SH DIAGNOSTICS
59Almost none. Anything more serious than misspelling
60.I local-name
61causes unpredictable and obscure results.
62.SH BUGS
63In addition to the standard
64.I uucp
65requirements a hook is needed at the remote
66system, and at present is only installed
67on the systems "research" and "inter".
68.br
69This program is written in shell and should be translated
70to C so it could give diagnostics.
71.br
72Even if "remote-system" is the local system, uudiff
73is subject to delays in uucp traffic.
74.br
75It should probably write the standard output, instead of insisting
76on going into the background.
77.br
78Since checksums are used there is a probability of 1 in 2**32
79of missing differences between files.
80.br
81The ~userid syntax is not recognized.