From owner-freebsd-questions Wed Aug 21 10:31:40 1996 Return-Path: owner-questions Received: (from root@localhost) by freefall.freebsd.org (8.7.5/8.7.3) id KAA09936 for questions-outgoing; Wed, 21 Aug 1996 10:31:40 -0700 (PDT) Received: from homer07.u.washington.edu (durang@homer07.u.washington.edu [140.142.77.11]) by freefall.freebsd.org (8.7.5/8.7.3) with SMTP id KAA09926 for ; Wed, 21 Aug 1996 10:31:38 -0700 (PDT) Received: from localhost by homer07.u.washington.edu (5.65+UW96.08/UW-NDC Revision: 2.33 ) id AA99843; Wed, 21 Aug 96 10:31:28 -0700 Date: Wed, 21 Aug 1996 10:31:28 -0700 (PDT) From: Ken Marsh To: Adam Capell Cc: questions@freebsd.org Subject: Re: colorls and linuxls In-Reply-To: <199608192032.NAA25097@mail.learnps.com> Message-Id: Mime-Version: 1.0 Content-Type: TEXT/PLAIN; charset=US-ASCII Sender: owner-questions@freebsd.org X-Loop: FreeBSD.org Precedence: bulk I made a symlink to ls named rls, then in my aliases that use more, I replaced ls with rls. That way ll gives me the long list in color, and llm pipes a regular non-color list into more. So I don't get color when I do the more list, but at lease I do have color when I do a regular or long list. I know this isn't what your really asking, but it is a way to make colorls very useful. Ken On Mon, 19 Aug 1996, Adam Capell wrote: > Why is it that when I pipe the output of either colorls or linuxls to > more, I get garbage? I suspect it has something to do with the extra > color information - 8-bit characters or ansi or whatever, but is > there any way to get around this? It doesn't make these binaries > very useful. Are there any parameters for my Console or > color_xterm I can use? > > Adam >