From mboxrd@z Thu Jan 1 00:00:00 1970 Return-Path: Received: (qmail 29182 invoked from network); 13 May 1997 19:32:34 -0000 Received: from euclid.skiles.gatech.edu (list@130.207.146.50) by ns1.primenet.com.au with SMTP; 13 May 1997 19:32:34 -0000 Received: (from list@localhost) by euclid.skiles.gatech.edu (8.7.3/8.7.3) id PAA29825; Tue, 13 May 1997 15:08:24 -0400 (EDT) Resent-Date: Tue, 13 May 1997 15:08:24 -0400 (EDT) Message-Id: <199705131911.PAA08188@betrayer.simons-rock.edu> To: alainc@sangacorp.com cc: zsh-workers@math.gatech.edu Subject: Re: Using netscape with zsh linked as sh In-reply-to: Your message of "Tue, 13 May 1997 13:30:15 EDT." <19970513173014534.AAA117@[207.139.180.5]> Mime-Version: 1.0 Content-Type: text/plain; charset=us-ascii Date: Tue, 13 May 1997 15:11:31 -0400 From: Clint Adams Resent-Message-ID: <"R6aon1.0.yH7.dmBUp"@euclid> Resent-From: zsh-workers@math.gatech.edu X-Mailing-List: archive/latest/3146 X-Loop: zsh-workers@math.gatech.edu Precedence: list Resent-Sender: zsh-workers-request@math.gatech.edu > sh -c "(( ghostview /tmp/temporaryFile ); /bin/rm /tmp/temporaryFile) Run the netscape binary through this expression using sed or perl 's/\(\(\0cat %s \| \0\);/\( \0cat %s \| \0 ;/' e.g. sed 's/\(\(\0cat %s \| \0\);/\( \0cat %s \| \0 ;/' < netscape.binary >netscape.binary.patched