bug-coreutils
[Top][All Lists]
Advanced

[Date Prev][Date Next][Thread Prev][Thread Next][Date Index][Thread Index]

Re: printf "%c" behavious


From: Alfred M. Szmidt
Subject: Re: printf "%c" behavious
Date: Fri, 13 Aug 2004 19:56:07 +0200 (CEST)

   I deleted it and added /usr/local/bin to my path. `printf "%c" 65'
   is still outputting '6' but `/usr/local/bin/printf "%c" 65' is
   giving 'A'. Any idea what's going wrong?

Shell builtin probobly.

If you are using GNU bash then the following will disable the printf
builtin:

enable -n printf




reply via email to

[Prev in Thread] Current Thread [Next in Thread]