bash-and-perl-tools.hashnode.devColorization of Delimited Content with Perl!!! Jump to “Colorization Script (Perl) for Bar-delimited Content“ for the script. This post in the series on colorization shows one approach to colorizing, in this case, delimited output. I’d demonstrated it for regular expressions in previous posts...Jul 27, 2025·3 min read
bash-and-perl-tools.hashnode.devColorization Using Perl with Regular Expressions!!! Jump to “The Perl Script for Colorizing with Regular Expression on Syslog“ for a quick start The following will allow a scripter to use colorization of parsed content to facilitate development of regular expressions (regexes). This is part of a s...Jul 27, 2025·6 min read
bash-and-perl-tools.hashnode.devANSI Terminal Colors, in Brief!!! Skip to “Basic Terminal Colorization” for the first code example.!!! Skip to “Teaser: Initialization of ANSI Colors in Perl“ if you already understand the codes and are ready to grab a skeleton Perl script to hack at. Below are paste-able command...Jul 26, 2025·6 min read
bash-and-perl-tools.hashnode.devAbout Me and This Blog(Image from WikiMedia, Author Foto by MB Custom) I’m long past due for getting some of my scripting and tech tools online. It will be mostly Bash and Perl, though some occasional JavaScript is possible. The thing that’s motivating me was some coloriz...Jul 26, 2025·3 min read