[EMAIL PROTECTED] wrote:
> I'm running RH 6.0 with a bash shell, but have a korn script I need to
> execute. When I try to run it, I get:
> bash: /path.../scriptname: No such file or directory
>
> Do I have to rewrite the script as bash or is there a way to run a korn
> executable from a bash prompt?
>
> The script starts:
> #!/bin/ksh
> #$Id: startup.ksh, v.1.9... Exp $
> # shell script to start up the server
> # This script known to work with standard Korn Shell under Solaris
>
> Haines Brown
Normally, the #!/bin/ksh line should make it
works well. Did you have ksh properly installed,
or more generally /bin/ksh linked to /bin/pdksh ?
else, maybe you could try to open an other session
on a virtual console ann do "ksh your_program"...
Hope this helps,
Ismael