Cosmetics.
[finddup.git] / finddup.1
1 .TH "FINDDUP" 1 "Mar 2010" "Francois Fleuret" "User Commands"
2
3 \" This man page was written by Francois Fleuret <francois@fleuret.org>
4 \" and is distributed under a Creative Commons Attribution-Share Alike
5 \" 3.0 License.
6
7 .SH "NAME"
8
9 finddup \- Find files common to two directories (or not)
10
11 .SH "SYNOPSIS"
12
13 \fBfinddup\fP [OPTION]... DIR1 [[not:]DIR2]
14
15 .SH "DESCRIPTION"
16
17 With a single directory argument, \fBfinddup\fP prints the duplicated
18 files found in it. With two directories, it prints either the files
19 common to both DIR1 and DIR2, or with the `not:' prefix, the ones
20 present in DIR1 and not in DIR2.
21
22 .SH "OPTIONS"
23 .TP
24 \fB-h\fR
25 display help and exit
26 .TP
27 \fB-r\fR
28 shows the real path of the files
29
30 .SH "BUGS"
31
32 Every pair of different files with same content are listed, which
33 results in K^2 printed lines when K files are similar.
34
35 .SH "AUTHOR"
36
37 Written by Francois Fleuret <francois@fleuret.org> and distributed
38 under the terms of the GNU General Public License version 3 as
39 published by the Free Software Foundation. This is free software: you
40 are free to change and redistribute it. There is NO WARRANTY, to the
41 extent permitted by law.