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