Zsh Mailing List Archive
Messages sorted by: Reverse Date, Date, Thread, Author

Re: Feedback on prototype reorganized Zsh website



2024-10-23 23:28:09 -0500, Clinton Bunch:
[...]
> https://zsh.clintonbunch.name/

Looks good to me.

BTW, I read (same as https://zsh.sourceforge.io/):

>  Many of the useful features of bash, ksh, and tcsh were incorporated into zsh

Which got me wondering what "useful features of bash" zsh has
incorporated.

I'm sure there are many, but most of the ones I can think of at
the moment that are shared between bash and zsh come from either
ksh or (t)csh.

[[ string =~ regex ]] comes to mind though zsh had [[ string
-pcre-match regex ]] before IIRC.

It might be worth mentioning rc as well there as I suspect more
features were borrowed from there than from bash. With the next
version, we could add mksh with its function substitution
(${|fun...}).

-- 
Stephane




Messages sorted by: Reverse Date, Date, Thread, Author