Initial commit.
authorFrancois Fleuret <francois@fleuret.org>
Sun, 7 Mar 2010 22:17:17 +0000 (23:17 +0100)
committerFrancois Fleuret <francois@fleuret.org>
Sun, 7 Mar 2010 22:17:17 +0000 (23:17 +0100)
finddup.1 [new file with mode: 0644]

diff --git a/finddup.1 b/finddup.1
new file mode 100644 (file)
index 0000000..9c5afda
--- /dev/null
+++ b/finddup.1
@@ -0,0 +1,39 @@
+\" This man page was written by Francois Fleuret <francois@fleuret.org>
+\" and is distributed under a Creative Commons Attribution-Share Alike
+\" 3.0 License.
+
+.TH "FINDDUP" 1 "Mar 2010" "Francois Fleuret" "User Commands"
+
+.SH "NAME"
+
+finddup \- A simple command line utility for size-sorting files
+
+.SH "SYNOPSIS"
+
+\fBfinddup\fP [OPTION]... [FILE]...
+
+.SH "DESCRIPTION"
+
+\fBfinddup\fP is a command line utility to find duplicate files, files
+common to two directories or files existing in one directories and not
+in another one.
+
+.SH "OPTIONS"
+.TP
+\fB-h\fR
+display help and exit
+.TP
+\fB-r\fR
+shows the real path of the files
+
+.SH "BUGS"
+
+None known, probably many though.
+
+.SH "AUTHOR"
+
+Written by Francois Fleuret <francois@fleuret.org> and distributed
+under the terms of the GNU General Public License version 3 as
+published by the Free Software Foundation. This is free software: you
+are free to change and redistribute it. There is NO WARRANTY, to the
+extent permitted by law.