[Top][All Lists]
[Date Prev][Date Next][Thread Prev][Thread Next][Date Index][Thread Index]
bug in echo
From: |
Leslie Ballentine |
Subject: |
bug in echo |
Date: |
Fri, 7 Dec 2001 11:52:56 -0800 (PST) |
Using RedHat Linux 7.1, kernel 2.4.9-6, I obtain the following:
/bin/echo "atime: \c"; ls -dlu findx
atime: \c
-rwx--x--x 1 ballenti ballenti 376 Nov 30 10:49 findx
Under Solaris, I obtain:
/bin/echo "atime: \c"; ls -dlu findx
atime: -rwx--x--x 1 ballenti users 376 Oct 30 12:34 findx
Apparently, the line-continuation character, "\c", is not working under
Linux.
Leslie Ballentine
Physics Department
Simon Fraser University
Burnaby, B.C. V5A 1S6
Canada
- bug in echo,
Leslie Ballentine <=