Mike McCarty wrote:
Please consider these results: $ echo -n "033" | wc 0 1 3 $ echo -n "\033" | wc 0 1 4 $ echo -ne "\033" | wc 0 0 1 The first example passes three characters as output. They are '0', '3', and '3'. The second example passes four characters as output. They are BACKSLASH, '0', '3', and '0'.
I can't believe that typo! I'm so sorry. The characters are BACKSLASH, '0', '3', and '3'. So sorry for any confusion. Mike -- p="p=%c%s%c;main(){printf(p,34,p,34);}";main(){printf(p,34,p,34);} Oppose globalization and One World Governments like the UN. This message made from 100% recycled bits. You have found the bank of Larn. I speak only for myself, and I am unanimous in that! -- To unsubscribe from this list: send the line "unsubscribe linux-msdos" in the body of a message to majordomo@xxxxxxxxxxxxxxx More majordomo info at http://vger.kernel.org/majordomo-info.html