Tagged Questions
0
votes
4answers
199 views
cygwin : pdksh(5.2.14-3) doesn't support backslash path (\)
as an replacement for ksh under cygwin, pdksh might be the only choice. but look like there have a bug for cygwin : pdksh(5.2.14-3) to support backslash path (\).
it will swallow the \ :
$ cd ...
0
votes
2answers
765 views
Does pdksh (public domain korn shell) support associative arrays?
I recently ran up against a wall doing some bash shell programming where an associative array would have solved my problems. I googled about features of the Korn shell and learned that it supports ...