From mboxrd@z Thu Jan 1 00:00:00 1970 To: 9fans@9fans.net Date: Tue, 31 Mar 2009 16:16:50 +0000 From: noagbodjivictor Message-ID: <48020bdd-71b6-41ac-89c4-539d06d8d12e@f37g2000vbf.googlegroups.com> Content-Type: text/plain; charset=ISO-8859-1 Content-Transfer-Encoding: quoted-printable References: <607fb38c-9095-4045-abbb-28fa454184aa@l38g2000vba.googlegroups.com> Subject: Re: [9fans] what features would you like in a shell? Topicbox-Message-UUID: ce8773c2-ead4-11e9-9d60-3106f5b1d025 > it would be interesting to use something closer to regular expressions > rather than standard shell globbing. �the challenge would be > to avoid gratuitous breakage and yet allow the match operator > to be much more powerful. thanks a lot for the reply. i got my hand of the unix programming environment by Kernighan and Pike. I don't think we have the programming skills for implementing a regular expression engine, but there was a simple solution that measured the difference between the command the user entered and an existing command. maybe we should include that one. you think the idea of reloading a crashed program is not a good one? for example, what if it's a web browser?