Re: interesting question about shells

2014-12-26 Thread Wayne Cuddy
Bash and Zsh will already handle your first example without any tinkering. As Christian stated the completion systems are quite mature, I tend to prefer zsh myself. A good book that I recommend to get started is From Bash to Zsh. I found it easier to start with rather the supplied reference

Re: interesting question about shells

2014-12-26 Thread Wayne Cuddy
No really.. a lot of the basics are applicable to ksh (*sh) but *csh style shells aren't covered. On Fri, Dec 26, 2014 at 04:54:16PM -0500, Jonathon Sisson wrote: On Fri, Dec 26, 2014 at 03:48:43PM -0500, Wayne Cuddy wrote: A good book that I recommend to get started is From Bash to Zsh. I