From owner-freebsd-questions Fri Jun 16 11:13:25 1995 Return-Path: questions-owner Received: (from majordom@localhost) by freefall.cdrom.com (8.6.10/8.6.6) id LAA08049 for questions-outgoing; Fri, 16 Jun 1995 11:13:25 -0700 Received: from FSL.ORST.EDU (hernanw@FSL.ORST.EDU [128.193.112.105]) by freefall.cdrom.com (8.6.10/8.6.6) with ESMTP id LAA08041 for ; Fri, 16 Jun 1995 11:13:22 -0700 Received: (from hernanw@localhost) by FSL.ORST.EDU (8.6.9/8.6.9) id LAA24382; Fri, 16 Jun 1995 11:13:21 -0700 Date: Fri, 16 Jun 1995 11:13:20 -0700 (PDT) From: Wayne Hernandez Subject: if script for Laserjets To: questions Message-ID: MIME-Version: 1.0 Content-Type: TEXT/PLAIN; charset=US-ASCII Sender: questions-owner@freebsd.org Precedence: bulk I'm using the following for my input filter, but I'm still not getting the proper cr-lf translation: #!/bin/sh echo "^[&k2G" cat exit Do I need an output filter too, or am I missing something else. Wayne