From mboxrd@z Thu Jan 1 00:00:00 1970 Message-ID: Date: Sun, 1 May 2005 23:25:21 -0400 From: Russ Cox To: Fans of the OS Plan 9 from Bell Labs <9fans@cse.psu.edu> Subject: Re: [9fans] get acme dir In-Reply-To: <6c21be635ea1d54e6a3be1fe0a61c8e2@orthanc.cc.titech.ac.jp> Mime-Version: 1.0 Content-Type: text/plain; charset=ISO-8859-1 Content-Transfer-Encoding: quoted-printable Content-Disposition: inline References: <6c21be635ea1d54e6a3be1fe0a61c8e2@orthanc.cc.titech.ac.jp> Topicbox-Message-UUID: 441fd7c8-ead0-11e9-9d60-3106f5b1d025 > Thanks. My acme was so old that it didn't export winid. > Then Putcmd is *so* trivial. You can execute "Putcmd mk". >=20 > ++ > #!/bin/rc > echo put > /mnt/acme/$winid/ctl > $* you could also make a Put that was echo put >/mnt/acme/$winid/ctl and then use Put; mk. arguably having to write Put in this case is a bug. russ