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


Background | 13 comments | Create New Account
Click here to return to the 'Background' hint
The following comments are owned by whoever posted them. This site is not responsible for what they say.
Background
Authored by: TedCD on Jun 10, '03 08:38:31PM

I've been using a .zshrc file with the command "emulate ksh" in it.

Would that have the same effect?

Ted

---
Ted



[ Reply to This | # ]
Nope
Authored by: SeanAhern on Jun 11, '03 07:05:03PM

Not if you have to run two different scripts, one which starts with

#!/bin/ksh

and another which says

#!/bin/zsh

---
-Sean



[ Reply to This | # ]