Gentlemen,
I have discovered paste(1) adds a \377 to files with no final newline.
Try this:
echo -e '1\n2\c' >f
echo -e '1\n2' >g
paste f g|od -c


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

Reply via email to