Zsh Mailing List Archive
Messages sorted by:
Reverse Date,
Date,
Thread,
Author
Re: Using netscape with zsh linked as sh
- X-seq: zsh-workers 3146
- From: Clint Adams <schizo@xxxxxxxxxxxxxxx>
- To: alainc@xxxxxxxxxxxxx
- Subject: Re: Using netscape with zsh linked as sh
- Date: Tue, 13 May 1997 15:11:31 -0400
- Cc: zsh-workers@xxxxxxxxxxxxxxx
- In-reply-to: Your message of "Tue, 13 May 1997 13:30:15 EDT." <19970513173014534.AAA117@[207.139.180.5]>
> 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
Messages sorted by:
Reverse Date,
Date,
Thread,
Author