The London Perl and Raku Workshop takes place on 26th Oct 2024. If your company depends on Perl, please consider sponsoring and/or attending.

NAME

size_dir_diff - find differences between two directories

VERSION

version 0.3.6

DESCRIPTION

A script that finds differences between two directories.

Two directories are compared taking the size of each file. Files in the second argument are treated as a subset of the first. Prompts user if differing files should be deleted.

SYNOPSIS

        Revision history for perl module App::size_dir_diff

        0.3.6 2020-08-30

         - Fix indentation
         - Remove README.pod
         - Improve CPAN module files

        0.3.5 2020-08-30
 
         - Prompt user for (Y/N) on delete (and do not assume Y)
         - Improve help and CPAN module files

        0.3.4 2020-08-30

         - Initial release

        $ size_dir_diff -d /usr/src/BPi/device-tree /usr/src/BPi/device-tree.copy
        Files in /usr/src/BPi/device-tree.copy that differ from files in /usr/src/BPi/device-tree:
        Files in /usr/src/BPi/device-tree.copy that have a duplicate in /usr/src/BPi/device-tree:
        /sun7i-a20-bananapi.dtb

AUTHOR

Jonas Jensen

LICENSE

GPL_2

INSTALLATION

Using cpan:

        $ cpan App::size_dir_diff

Manual install:

        $ perl Makefile.PL
        $ make
        $ make install