• Home
  • History
  • Annotate
Name Date Size #Lines LOC

..03-May-2022-

CHANGESH A D04-Jul-2001790 2815

LICENSEH A D04-Jul-200117.7 KiB347284

READMEH A D04-Jul-20011.1 KiB4726

TODOH A D04-Jul-2001129 63

whatpixH A D03-May-202211.1 KiB371250

README

1whatpix - Duplicate File Eliminator
2
3README
4
5------------------------------------------------------------------------------
6
71.0 Introduction
8
9   whatpix is a GPL Perl console application which finds duplicate
10   files and optionally moves or removes them.
11
12   Send comments, questions, suggestions, and bug reports to
13   gerard 'at' users.sourceforge.net.
14
15
162.0 Requirements
17
18   whapix runs anywhere Perl runs.  You will need the following modules
19   on your system, if they aren't there already:
20
21       Getopt::Long
22       Digest::MD5
23       Digest::SHA1
24       File::Copy
25
26
273.0 Getting Started
28
29   Here is a set of steps to get whatpix up and running:
30
31      1. Un-zip/un-tar the distribution.
32
33      2. Decide which directory tree you wish to process.
34
35      3. Change directory to the *parent* of that directory.
36
37      4. Execute whatpix
38
39          % whatpix -d <subdir>
40
41         This will report all the duplicate files that were found.
42
43         To remove files, use -e.
44
45         To move files, use -r -rdir <dirname>.  That will move
46         any duplicate files into the directory <dirname>.
47