
 Description
-------------

`archives-find' is a shell script to find files by md5sum or by filename
in a file archives.

If you have a large cdrom collection of files and you want to know on
which cd is a searched file than `archives-find' will help you to find
it. You can search for it by knowing a part of the filename or by having
a copy of the file and want to search by the md5sum of the file. (This
sounds stupid but will help you to find duplicates.)


 Installation
--------------

Simply copy `archives-find' to a location in your command path
(e.g. /usr/bin).

The makefile is only used for generating the documentation.  :)


 Documentation
---------------

The documentation is in `archives-find.info'.
To view it use `info -f archives-find.info' or an ascii viewer of your
choice.

From the texinfo source it is possible to generate html and dvi versions
of the documentation with `make html' or `make dvi' repectively.


 Files
-------

AUTHORS                      Who wrote archives-find.
COPYING                      The GNU General Public License
                             says how you can use archives-find.
Makefile                     To generate the documentation (info and dvi)
                             and to run the testsuite.
README                       This file.
archives-find                Shell script (the program).
archives-find.info           Documentation of the program.
archives-find.texinfo        Documentation source.
testsuite                    Check correct function of the program.

