Zsh Mailing List Archive
Messages sorted by: Reverse Date, Date, Thread, Author

printf %b



Hiya,

just noticed that

printf %b '\0123'

doesn't work anymore as it used to and as SUSv3 specifies
(should output S, and not <NL>3).

echo '\0123'
and
printf '\123'

are correct though.

With 4.3.2-dev-1+20061217-1 (debian package) both in zsh and sh
emulation.

regards,
Stéphane



Messages sorted by: Reverse Date, Date, Thread, Author