findrule
module to search for files based on rules
Install
- All systems
-
curl cmd.cat/findrule.sh
- Debian
-
apt-get install libfile-find-rule-perl
- Ubuntu
-
apt-get install libfile-find-rule-perl
- Arch Linux
-
pacman -S perl-File-Find-Rule
- 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
- Dockerfile
- dockerfile.run/findrule
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.