aboutsummaryrefslogtreecommitdiff
path: root/README.markdown
blob: 6d025cfa7b2dd0da58cf0f23ec10c1eacc91e44d (plain) (blame)
1
2
3
4
5
6
7
8
9
10
11
12
13
14
15
16
17
18
19
20
21
22
23
24
25
26
27
28
29
Checkem
=======

Find duplicate files efficiently, using Perl on GNU/Linux, and maybe other
systems. Requires Perl core modules including `Digest::SHA`; it should work on
anything newer than Perl v5.10.0, possibly even earlier if you install some
extra modules (let me know if it works).

Requires at least one directory argument:

    $ checkem .
    $ checkem ~tom ~chantelle
    $ checkem /usr /usr/local

You can install it in `/usr/local/bin` with:

    # make install

You can define a `PREFIX` to install it elsewhere:

    $ make install PREFIX="$HOME"/.local

License
-------

Copyright (c) [Tom Ryder][1]. Distributed under an [MIT License][2].

[1]: https://sanctum.geek.nz/
[2]: https://www.opensource.org/licenses/MIT