findrule

module to search for files based on rules

Install

All systems
curl cmd.cat/findrule.sh
Debian Debian
apt-get install libfile-find-rule-perl
Ubuntu
apt-get install libfile-find-rule-perl
Arch Arch Linux
pacman -S perl-File-Find-Rule
image/svg+xml Kali Linux
apt-get install libfile-find-rule-perl
Windows (WSL2)
sudo apt-get update sudo apt-get install libfile-find-rule-perl
Raspbian
apt-get install libfile-find-rule-perl

libfile-find-rule-perl

module to search for files based on rules

File::Find::Rule is a Perl module which essentially provides an easy-to-use interface to the popular module, File::Find. It provides a way to build rules that specify desired file and directory names using a text-globbing syntax (provided by Text::Glob). This makes it useful for simple tasks, like finding all ".pm" files in a given directory.

perl-File-Find-Rule

alternative interface to File::Find