From mboxrd@z Thu Jan 1 00:00:00 1970 MIME-Version: 1.0 In-Reply-To: References: Date: Mon, 5 Sep 2011 22:51:40 -0700 Message-ID: From: Skip Tavakkolian To: Fans of the OS Plan 9 from Bell Labs <9fans@9fans.net> Content-Type: text/plain; charset=ISO-8859-1 Content-Transfer-Encoding: quoted-printable Subject: Re: [9fans] 9p hello world Topicbox-Message-UUID: 19dcf188-ead7-11e9-9d60-3106f5b1d025 a good example app is styxbrowser - an android app. it's based on styx-n-9p= . -Skip On Sun, Sep 4, 2011 at 10:53 PM, s s wrote: > On Mon, Sep 5, 2011 at 1:44 AM, Skip Tavakkolian > wrote: >> >> try >> >> ./read time >> >> a better choice is "cl" client, which lets you navigate the namespace >> the file server is serving. the -d flag lets you see what is being >> passed around. >> >> $ ../../srv/examples/timefs & >> [1] 3681 >> $ ./read time >> Sun Sep =A04 22:32:00 PDT 2011$ >> $ ./cl >> 9p> ls >> time >> inftime >> 9p> cat time >> Sun Sep =A04 22:32:12 PDT 20119p> >> 9p> exiting... >> $ >> >> here's how the plan9port's 9p utility can be used: >> >> % 9p -a tcp!localhost!5640 ls >> inftime >> time >> % 9p -a tcp!localhost!5640 read time >> Sun Sep =A04 22:32:34 PDT 2011% >> >> -Skip > > Woah. > > Thanks. > > =A0- Leonard > > >