On Wed, 23 Jun 2004, Ranga Nathan wrote: > I am curious why there is a hex 0a at the end of every string. I see it > when I hex dump like: > DB<17> x `echo "abcd" | hexdump` > 0 '0000000 6162 6364 0a00
echo automatically prints a trailing newline unless you use the "-n" option. Try adding that and see if it helps. -- Andrew Medico <[EMAIL PROTECTED]> _______________________________________________ Boston-pm mailing list [EMAIL PROTECTED] http://mail.pm.org/mailman/listinfo/boston-pm

