Acme-CPANModules-CLI-Sort

 view release on metacpan or  search on metacpan

README  view on Meta::CPAN


        Script: sort

    *   App::psort - Sort lines of text using cmp operator or custom Perl
        code

        Author: SREZIC <https://metacpan.org/author/SREZIC>

        Script: psort

    *   App::lensort - Sort lines of text by their length

        Author: PERLANCAR <https://metacpan.org/author/PERLANCAR>

        Script: lensort

FAQ
  What is an Acme::CPANModules::* module?
    An Acme::CPANModules::* module, like this module, contains just a list
    of module names that share a common characteristics. It is a way to
    categorize modules and document CPAN. See Acme::CPANModules for more

lib/Acme/CPANModules/CLI/Sort.pm  view on Meta::CPAN

            summary => 'Sort lines of text (Perl port of the sort Unix command)',
            module => 'PerlPowerTools',
            script => 'sort',
        },
        {
            summary => 'Sort lines of text using cmp operator or custom Perl code',
            module => 'App::psort',
            script => 'psort',
        },
        {
            summary => 'Sort lines of text by their length',
            module => 'App::lensort',
            script => 'lensort',
        },
    ],
};

1;
# ABSTRACT: List of various CLIs to perform sorting

__END__

lib/Acme/CPANModules/CLI/Sort.pm  view on Meta::CPAN

Author: L<BDFOY|https://metacpan.org/author/BDFOY>

Script: L<sort>

=item * L<App::psort> - Sort lines of text using cmp operator or custom Perl code

Author: L<SREZIC|https://metacpan.org/author/SREZIC>

Script: L<psort>

=item * L<App::lensort> - Sort lines of text by their length

Author: L<PERLANCAR|https://metacpan.org/author/PERLANCAR>

Script: L<lensort>

=back

=head1 FAQ

=head2 What is an Acme::CPANModules::* module?



( run in 0.704 second using v1.01-cache-2.11-cpan-65fba6d93b7 )