How to run csh environment parameters from k-shell script?

Hi Guys,

I need to run an alias from a k-shell script ,for example 10204, which points to :

source $ORACLE_BASE/scripts/cshrc/10204/.cshrc

Meaning , I need to run in my k-shell script with the env settings parameters of the alias.
How to do it in k-shell?

Thanks in advance,
Nir

Best approach is to create a C shell wrapper script.

Wrapper should

  1. Source the environment file
  2. Invoke the Korn shell script.

Hope this helps...

This is not possible because you cannot pass environment variables between different types of Shell. What is in the file?