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


_______________________________________________
Bug-coreutils mailing list
[EMAIL PROTECTED]
http://lists.gnu.org/mailman/listinfo/bug-coreutils

Reply via email to