Problem I’m trying to discover useful command line tools in Arch Linux, and it seems one good way of going […]
Tag: posix
Regex to match each line in a file, with windows and/or linux line break included, even for missing line break at EOF
Problem My requirement is to match each line of a text file, including the line terminator of each, at most […]
Goodgame Empire coin collector with random offsets in (almost-POSIX) Bash
Problem Today, my goal was again to improve my POSIX shell scripting abilities. In one MMO game called Goodgame Empire, […]
Installing packages if they don’t exist in Bash
Problem This script simply installs the chosen packages if they’re not present on a Linux system using the apt package […]