Re: ^S/^Q

Gabriel Paubert (paubert@iram.es)
Tue, 20 Jan 1998 19:05:25 +0100 (MET)


On Tue, 20 Jan 1998, Richard B. Johnson wrote:

>
> Alan,
> The X-ON/X-OFF problem is gone in 2.1.80.
>
> New info: File BusLogic.c has a date in the future (Aug 11).
>
> # ls -la BusLogic*
> -rw-r--r-- 1 root root 174560 Aug 11 03:10 BusLogic.c
> -rw-r--r-- 1 root root 49857 Jan 20 08:39 BusLogic.h
> -rw-r--r-- 1 root root 37647 Jan 20 10:11 BusLogic.o
> # touch BusLogic.c

Nope, it is less than 6 months old, try ls -l --full-time.
At least on my system:
bash$ ls -l B*
-rw-r--r-- 1 root root 174560 Aug 11 08:10 BusLogic.c
-rw-r--r-- 1 root root 49857 Jan 13 00:44 BusLogic.h
bash$ ls -l --full-time B*
-rw-r--r-- 1 root root 174560 Mon Aug 11 08:10:00 1997 BusLogic.c
-rw-r--r-- 1 root root 49857 Tue Jan 13 00:44:36 1998 BusLogic.h

Gabriel.