On Fri, Apr 17, 2020 at 03:22:16PM +0100, Sam Liddicott wrote: > printf %q with a truncating size will emit partially escaped > sequence thus losing the safety and composability that %q > is intended to provide.
So... don't do that.
On Fri, Apr 17, 2020 at 03:22:16PM +0100, Sam Liddicott wrote: > printf %q with a truncating size will emit partially escaped > sequence thus losing the safety and composability that %q > is intended to provide.
So... don't do that.