From 480a3e88ef9e55ccd351acb7fa21d231434ce062 Mon Sep 17 00:00:00 2001 From: Francois Fleuret Date: Sun, 7 Mar 2010 23:17:17 +0100 Subject: [PATCH] Initial commit. --- finddup.1 | 39 +++++++++++++++++++++++++++++++++++++++ 1 file changed, 39 insertions(+) create mode 100644 finddup.1 diff --git a/finddup.1 b/finddup.1 new file mode 100644 index 0000000..9c5afda --- /dev/null +++ b/finddup.1 @@ -0,0 +1,39 @@ +\" This man page was written by Francois Fleuret +\" 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 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. -- 2.20.1