From owner-freebsd-questions Fri Jun 4 15:53:16 1999 Delivered-To: freebsd-questions@freebsd.org Received: from resnet.uoregon.edu (resnet.uoregon.edu [128.223.144.32]) by hub.freebsd.org (Postfix) with ESMTP id 068F814E7B for ; Fri, 4 Jun 1999 15:53:13 -0700 (PDT) (envelope-from dwhite@resnet.uoregon.edu) Received: from localhost (dwhite@localhost) by resnet.uoregon.edu (8.8.8/8.8.8) with ESMTP id PAA26193; Fri, 4 Jun 1999 15:50:06 -0700 (PDT) (envelope-from dwhite@resnet.uoregon.edu) Date: Fri, 4 Jun 1999 15:50:05 -0700 (PDT) From: Doug White To: Vlad Skvortsov Cc: freebsd-questions@FreeBSD.ORG Subject: Re: script-like utility wanted In-Reply-To: <199906041324.RAA00472@hq.spc.high> Message-ID: MIME-Version: 1.0 Content-Type: TEXT/PLAIN; charset=X-UNKNOWN Sender: owner-freebsd-questions@FreeBSD.ORG Precedence: bulk X-Loop: FreeBSD.ORG On Fri, 4 Jun 1999, Vlad Skvortsov wrote: > Hello. > > Script is very convinient tool, but there's a problem if I use > backspace characters and the like. If I start "script SOMEWHERE" and > insert file SOMEWHERE to, for example, vi, the picture is not so > pretty: This is normal. Script also records any control characters. If you have long commands for `script'ing, use a shell script to avoid typos. > > Script started on Fri Jun 4 17:22:59 1999 > [vlad@hq] ~ > this is [15`echo see those ? eh ? > see those _ z > [vlad@hq] ~ > ^D > Script done on Fri Jun 4 17:23:28 1999 > > Is there a filter that would help it ? You can substitute them out with an approrpriate regexp. Doug White Internet: dwhite@resnet.uoregon.edu | FreeBSD: The Power to Serve http://gladstone.uoregon.edu/~dwhite | www.freebsd.org To Unsubscribe: send mail to majordomo@FreeBSD.org with "unsubscribe freebsd-questions" in the body of the message