Acme-CPANModules-GrepVariants
view release on metacpan or search on metacpan
NAME
Acme::CPANModules::GrepVariants - List of grep-like CLI utilities
available on CPAN
VERSION
This document describes version 0.013 of Acme::CPANModules::GrepVariants
(from Perl distribution Acme-CPANModules-GrepVariants), released on
2024-11-20.
DESCRIPTION
This list catalogs various grep-like tools.
1. Reimplementations
grep (from PerlPowerTools) simply tries to reimplement grep in Perl, as
part of the project to reimplement many Unix utilities in Perl. It has
few practical uses; mainly educational. The portability advantage of
Perl is probably minor as grep and many Unix utilities are now available
on other platforms including Windows.
2a. Improvements in recursive searching against files
lib/Acme/CPANModules/GrepVariants.pm view on Meta::CPAN
use strict;
use Acme::CPANModulesUtil::Misc;
our $AUTHORITY = 'cpan:PERLANCAR'; # AUTHORITY
our $DATE = '2024-11-20'; # DATE
our $DIST = 'Acme-CPANModules-GrepVariants'; # DIST
our $VERSION = '0.013'; # VERSION
my $description = <<'_';
This list catalogs various grep-like tools.
**1. Reimplementations**
grep (from <pm:PerlPowerTools>) simply tries to reimplement grep in Perl, as
part of the project to reimplement many Unix utilities in Perl. It has few
practical uses; mainly educational. The portability advantage of Perl is
probably minor as grep and many Unix utilities are now available on other
platforms including Windows.
lib/Acme/CPANModules/GrepVariants.pm view on Meta::CPAN
=head1 NAME
Acme::CPANModules::GrepVariants - List of grep-like CLI utilities available on CPAN
=head1 VERSION
This document describes version 0.013 of Acme::CPANModules::GrepVariants (from Perl distribution Acme-CPANModules-GrepVariants), released on 2024-11-20.
=head1 DESCRIPTION
This list catalogs various grep-like tools.
B<1. Reimplementations>
grep (from L<PerlPowerTools>) simply tries to reimplement grep in Perl, as
part of the project to reimplement many Unix utilities in Perl. It has few
practical uses; mainly educational. The portability advantage of Perl is
probably minor as grep and many Unix utilities are now available on other
platforms including Windows.
B<2a. Improvements in recursive searching against files>
( run in 0.239 second using v1.01-cache-2.11-cpan-4d50c553e7e )