On Sat, 11 Sep 2021 at 17:12:17 +0200, Christoph Anton Mitterer wrote: > VALUE="$(printf '%b' "$VALUE")" > ###=> is this the place where you unescape? > ### then the documentation is wrong, casue %b doesn't only unescape octal > sequences, right?
Not wrong in my view, but incomplete and using undocumented escape sequences yields unspecified behavior. The intent was to mimic fstab(5) behavior, and IIRC I noticed at the time that \xHH was supported although not documented either. Either way, better stick to documented escape sequences in both files. -- Guilhem.
signature.asc
Description: PGP signature

