bug-coreutils
[Top][All Lists]
Advanced

[Date Prev][Date Next][Thread Prev][Thread Next][Date Index][Thread Index]

paste(1) adds a \377 to files with no final newline.


From: Dan Jacobson
Subject: paste(1) adds a \377 to files with no final newline.
Date: Wed, 27 Aug 2003 14:01:04 +0800
User-agent: Gnus/5.1002 (Gnus v5.10.2) Emacs/21.3 (gnu/linux)

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




reply via email to

[Prev in Thread] Current Thread [Next in Thread]