Submit Hint Search The Forums LinksStatsPollsHeadlinesRSS
14,000 hints and counting!


Click here to return to the 'Use zsh to emulate ksh' hint
The following comments are owned by whoever posted them. This site is not responsible for what they say.
Use zsh to emulate ksh
Authored by: wgscott on Jun 10, '03 11:46:45AM

The main point was that symbolic linking, as suggested on the zsh page, will cause subtle problems that for me only showed up in the context of a program I have that relies on embedded ksh scripts.

The problem went away when I hard linked it. It would have also gone away if I had cp /bin/zsh /bin/ksh



[ Reply to This | # ]