Zsh Mailing List Archive
Messages sorted by: Reverse Date, Date, Thread, Author

Re: Using netscape with zsh linked as sh



> 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