Posted by member 99 on 2004-01-17 05:38:33 link

There's also a native win32 compile of "zsh" in UnxUtils.

cmd will even let you redirect stderr, with the same syntax as on Unix. (and judging by the results of "dir 1>&2 | dir", the two sides of a pipe are now run in parallel, just like Unix)

You can also enable completion for one instance by using cmd /F:ON, which completes with CTRL-D and CTRL-F. (and "help cmd" will tell you the registry entries to change if you don't want to use tweakui)