App-FindUtils

 view release on metacpan or  search on metacpan

lib/App/FindUtils.pm  view on Meta::CPAN

    },
    examples => [
        {
            summary => "Find duplicate filenames under the current directory",
            test => 0,
            'x.doc.show_result' => 0,
            src => '[[prog]]',
            src_plang => 'bash',
        },
        {
            summary => "Find duplicate receipts by order ID (filenames are named receipt-order=12345.pdf), exclude backup files",
            test => 0,
            'x.doc.show_result' => 0,
            src => q{[[prog]] -x '/\\.bak$/' -r '/order=(\\d+)/' --debug},
            src_plang => 'bash',
        },
    ],
    args_rels => {
        choose_one => ['eval', 'regex'],
    },
};

script/find-duplicate-filenames  view on Meta::CPAN

=head2 other shells

For fish and zsh, install L<shcompgen> as described above.

=head1 EXAMPLES

=head2 Find duplicate filenames under the current directory

 % find-duplicate-filenames

=head2 Find duplicate receipts by order ID (filenames are named receipt-order=12345.pdf), exclude backup files

 % find-duplicate-filenames -x '/\.bak$/' -r '/order=(\d+)/' --debug

=head1 HOMEPAGE

Please visit the project's homepage at L<https://metacpan.org/release/App-FindUtils>.

=head1 SOURCE

Source repository is at L<https://github.com/perlancar/perl-App-FindUtils>.



( run in 0.583 second using v1.01-cache-2.11-cpan-da0455809f2 )