From owner-freebsd-hackers Thu May 23 10:19:21 1996 Return-Path: owner-hackers Received: (from root@localhost) by freefall.freebsd.org (8.7.3/8.7.3) id KAA02557 for hackers-outgoing; Thu, 23 May 1996 10:19:21 -0700 (PDT) Received: from rover.village.org (rover.village.org [204.144.255.49]) by freefall.freebsd.org (8.7.3/8.7.3) with ESMTP id KAA02547; Thu, 23 May 1996 10:19:16 -0700 (PDT) Received: from localhost (localhost [127.0.0.1]) by rover.village.org (8.7.5/8.6.6) with SMTP id LAA10241; Thu, 23 May 1996 11:19:05 -0600 (MDT) Message-Id: <199605231719.LAA10241@rover.village.org> To: "Gary Palmer" Subject: Re: stty -- not Cc: freebsd-hackers@FreeBSD.ORG In-reply-to: Your message of Thu, 23 May 1996 09:48:36 BST Date: Thu, 23 May 1996 11:19:05 -0600 From: Warner Losh Sender: owner-hackers@FreeBSD.ORG X-Loop: FreeBSD.org Precedence: bulk : No, because it's not a TTY. You have to write an output filter to do : that (shouldn't be too difficult to knock up a sed script to do it). That's what I'm doing right now... Kinda icky since some things I want passed through the filter and others I don't. Warner