From mboxrd@z Thu Jan 1 00:00:00 1970 Message-ID: <00f901c28a78$5ade1e50$6501a8c0@KIKE> From: "matt" To: <9fans@cse.psu.edu> References: <535e899418e3b189b7b019284559286f@plan9.bell-labs.com> Subject: Re: [9fans] slight glossing over 8) ? MIME-Version: 1.0 Content-Type: text/plain; charset="iso-8859-1" Content-Transfer-Encoding: 7bit Date: Tue, 12 Nov 2002 18:21:41 +0000 Topicbox-Message-UUID: 1bef7baa-eacb-11e9-9e20-41e7f4b1d025 > > plumb start /usr/matt/bin/web_plumber -w tcp!192.168.1.101!8005 ''$0'' > plumb start window webbrowser ''''$0'''' > and i need four quotes. If I use four quotes the string 'http://tiger' gets passed including the quotes It's because I don't use the extra window command If I add window I do need four quotes as you rightly discovered > ps |grep Broken it's in my naive C skills in web_plumber.c : fprint(wfd, argv[0]); too much php where fprint is fprint(int, string) I've updated my http://proweb.net/~matt/p9-4/web_plumber.c accordingly thanks for your help m