tablify
module to parse record-oriented data in a text file
Install
- All systems
-
curl cmd.cat/tablify.sh
- Debian
-
apt-get install libtext-recordparser-perl - Ubuntu
-
apt-get install libtext-recordparser-perl - Kali Linux
-
apt-get install libtext-recordparser-perl - Fedora
-
dnf install perl-Text-RecordParser - Windows (WSL2)
-
sudo apt-get updatesudo apt-get install libtext-recordparser-perl - Raspbian
-
apt-get install libtext-recordparser-perl
libtext-recordparser-perl
module to parse record-oriented data in a text file
Text::RecordParser is a Perl module that extracts record-oriented data from arbitrary text files. The most common example has records separated by newlines and fields delimited by commas or tabs. This module aims to provide a consistent interface for processing an arbitrary sequence of records in a file, however they may be delimited. The data can then be extracted using arrays or hashes.