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
- Re: korn vs bash BROWNH
- Re: korn vs bash Ismael
- Re: korn vs bash Gerrit Holl
- Re: korn vs bash Kervin
- Re: korn vs bash Eric Hicks
