From mboxrd@z Thu Jan 1 00:00:00 1970 Message-ID: To: 9fans@cse.psu.edu Date: Thu, 2 Sep 2004 08:44:04 +0200 From: lucio@proxima.alt.za MIME-Version: 1.0 Content-Type: text/plain; charset="US-ASCII" Content-Transfer-Encoding: 7bit Subject: [9fans] /sys/src/cmd/ps.c Topicbox-Message-UUID: dc1d9bee-eacd-11e9-9e20-41e7f4b1d025 I've (trivially) added a "-f procdir" option to ps(1) so that I could use a different source for the /proc information. It would have been as easy to spawn a new window and import the remote /proc in it, but I'm sure I'm not the only person who feels they may want access to the local and the remote /proc simultaneously. Is it worth documenting the option and submit a patch? ++L