From mboxrd@z Thu Jan 1 00:00:00 1970 Message-ID: <6e35c0620607241617p262be5e6o29e3db61d1c43de@mail.gmail.com> Date: Mon, 24 Jul 2006 16:17:44 -0700 From: "Jack Johnson" To: "Fans of the OS Plan 9 from Bell Labs" <9fans@cse.psu.edu> Subject: Re: [9fans] Re: 9fans Digest, Vol 27, Issue 52 In-Reply-To: MIME-Version: 1.0 Content-Type: text/plain; charset=ISO-8859-1; format=flowed Content-Transfer-Encoding: 7bit Content-Disposition: inline References: <20060724160009.A640A5AF70@mail.cse.psu.edu> <53f976bd0607240938i79313aa5nf6e33e176868a2bb@mail.gmail.com> <44C51F7A.4050604@lanl.gov> <7d3530220607241253h40ec710ev48b2ffee8dd02db6@mail.gmail.com> Topicbox-Message-UUID: 8b90dd86-ead1-11e9-9d60-3106f5b1d025 On 7/24/06, Micah Stetson wrote: > > missing because implementing an Excel-alike is "boring" and somehow > > against "the Plan 9 way". > > text files plus a filesystem interface. I imagine a shell script or > two, with something like that, would be more powerful than most > spreadsheets. I was skimming an article on the new Windows shell: http://arstechnica.com/guides/other/msh.ars/ It supports some interesting things with CSV and XML as data and a SQL-like syntax to manipulate it. The meat of it is at: http://arstechnica.com/guides/other/msh.ars/7 All things you can do with other tools, but they make it darned easy, and standardizing the access to the data is the leverage (something Plan 9 is also good at). -Jack