filepp
generic perl-based file pre-processor for text files
Install
- All systems
-
curl cmd.cat/filepp.sh
- Debian
-
apt-get install filepp
- Ubuntu
-
apt-get install filepp
- Kali Linux
-
apt-get install filepp
- Windows (WSL2)
-
sudo apt-get update
sudo apt-get install filepp
- Raspbian
-
apt-get install filepp
- Dockerfile
- dockerfile.run/filepp
filepp
generic perl-based file pre-processor for text files
Generic pre-preprocessor for any kind of text file. It is designed to allow the functionality provided by the C preprocessor to be used with any file type. filepp supports the following keywords, all of which have their usual C preprocessor meanings and usage: define, if, elif, ifdef, ifndef etc.