bug-coreutils
[Top][All Lists]
Advanced

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

Re: small "cat" bug


From: Paul Jarc
Subject: Re: small "cat" bug
Date: Tue, 27 Apr 2004 02:09:25 -0400
User-agent: Gnus/5.110002 (No Gnus v0.2) Emacs/21.3 (gnu/linux)

Moshe Caspi <address@hidden> wrote:
> It looks like there is no <cr> after "cat" prints to
> screen so the path is never printed in a new line. Here is an example:
>
> address@hidden root]# cat .xauth9yIjou
> $l192-117-98-135.tcable.actcom.net.il0MIT-MAGIC-COOKIE-1¤]óUï 
> ìÌK÷Y'address@hidden root]#

cat prints the contents of the file.  If the file contains no newline,
cat will print no newline.  For viewing binary files, you'll be much
better off with less instead of cat.


paul




reply via email to

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