On Thu, Feb 13, 2025 at 6:18 AM Oğuz <oguzismailuy...@gmail.com> wrote:

>
>
> Changes made to built-in printf have to be adopted by GNU printf, otherwise
> the user will have two flavors of printf on the same system by the same
> name.
> --
> Oğuz
>

You sure about the adopted by GNU printf assertion ?

$ /usr/bin/printf '%(*)T\n'
/usr/bin/printf: %(: invalid conversion specification
$ printf '%(*)T\n'
*

It is clear the buitin printf != /bin/printf

Reply via email to