I am able to confirm this on Intrepid and Hardy

[EMAIL PROTECTED]:~$ type printf
printf is a shell builtin
[EMAIL PROTECTED]:~$ /usr/bin/printf %c 65
[EMAIL PROTECTED]:~$ printf %c 65
[EMAIL PROTECTED]:~$
awk 'BEGIN {printf("%c", 65)}' </dev/null
[EMAIL PROTECTED]:~$

[EMAIL PROTECTED]:~$ printf \\x41
[EMAIL PROTECTED]:~$


** Changed in: coreutils (Ubuntu)
       Status: New => Confirmed

-- 
printf(1) %c doesn't work as expected, instead like %.1s.
https://bugs.launchpad.net/bugs/225637
You received this bug notification because you are a member of Ubuntu
Bugs, which is subscribed to Ubuntu.

-- 
ubuntu-bugs mailing list
[email protected]
https://lists.ubuntu.com/mailman/listinfo/ubuntu-bugs

Reply via email to