The Perl Toolchain Summit needs more sponsors. If your company depends on Perl, please support this very important event.

NAME

dedup

VERSION

version 0.001

SYNOPSIS

 dedup $HOME -nfg 

 is the same as:

 dedup $HOME --dont-ask --non-recursive --group 

NAME

dedup.pl

DESCRIPTION

CLI to File::Dedup that can find and eliminate duplicates files across directories

USAGE

 dedup <directory> [options]

OPTIONS

 -n 
 --dont-ask flag to indicate whether files should be deleted interactively or programmatically

 -f (flat)
 --non-recursvive flag to indiciate whether a recursive or top-level search should be performed

 -g 
 --group flag to indicate that duplicates should be grouped into new subfolders

AUTHOR

Hunter McMillen <mcmillhj@gmail.com>

COPYRIGHT AND LICENSE

This software is copyright (c) 2015 by Hunter McMillen.

This is free software; you can redistribute it and/or modify it under the same terms as the Perl 5 programming language system itself.