by Nales on 2/15/23, 5:17 PM with 5 comments
by PaulHoule on 2/15/23, 5:26 PM
(I love writing bash scripts that do loops by writing an awk 1-liner that you pipe into bash, I don’t have to read the awk manual to do this, whereas control structures in bash are so far from the mainstream that I have to look them up in the manual every time I need to use them… you really aren’t supposed to do this because script injection is possible. The shell scripting mafia says, “use xargs” but that involves reading an awful man page for two hours so you can do something that takes two minutes in a language not so far from the mainstram.)
by bitfield on 2/15/23, 5:29 PM
by metadat on 2/15/23, 7:49 PM