From: Lady Date: Fri, 2 Feb 2024 04:09:47 +0000 (-0500) Subject: Make percent‐decoding awk script portable X-Git-Tag: 0.5.0~4 X-Git-Url: https://git.ladys.computer/Shushe/commitdiff_plain/88823523127972944771746f48bc2838e0317d31?ds=sidebyside;hp=88823523127972944771746f48bc2838e0317d31 Make percent‐decoding awk script portable This script depended on `printf` having the same behaviour within `awk` and on the commandline. This doesn’t appear to be true in G·N·U Awk. Instead, pipe into the shell version from within the Awk script. ---