From owner-freebsd-current Fri Apr 19 01:22:25 1996 Return-Path: owner-current Received: (from root@localhost) by freefall.freebsd.org (8.7.3/8.7.3) id BAA08224 for current-outgoing; Fri, 19 Apr 1996 01:22:25 -0700 (PDT) Received: from godzilla.zeta.org.au (godzilla.zeta.org.au [203.2.228.19]) by freefall.freebsd.org (8.7.3/8.7.3) with SMTP id BAA08189 Fri, 19 Apr 1996 01:22:10 -0700 (PDT) Received: (from bde@localhost) by godzilla.zeta.org.au (8.6.12/8.6.9) id SAA08903; Fri, 19 Apr 1996 18:19:31 +1000 Date: Fri, 19 Apr 1996 18:19:31 +1000 From: Bruce Evans Message-Id: <199604190819.SAA08903@godzilla.zeta.org.au> To: bde@zeta.org.au, j@uriah.heep.sax.de Subject: Re: Interesting bash bug - anyone else see this? Cc: freebsd-current@FreeBSD.ORG, ports@FreeBSD.ORG Sender: owner-current@FreeBSD.ORG X-Loop: FreeBSD.org Precedence: bulk >> This works fine here because my `more' is aliased to `less' like it should >Our more is basically a less. I can reproduce the problem for less, My `less' is basically version 97 which is much less than the current version :-). It has no problems, perhaps for the same reason that `cat' has no problems. They don't make programs like less-97 any more :-). It was less in many ways even in 1988. E.g., it doesn't use ctype and it prints character 0xFF as "^?" although isprint(0xFF) is nonzero. Bruce