The UNIX and Linux Forums  

Go Back   The UNIX and Linux Forums > Top Forums > Shell Programming and Scripting
Google UNIX.COM


Shell Programming and Scripting Post questions about KSH, CSH, SH, BASH, PERL, PHP, SED, AWK and OTHER shell scripts here.

More UNIX and Linux Forum Topics You Might Find Helpful
Thread Thread Starter Forum Replies Last Post
FrobTADS 0.11 (Interpreter branch) iBot Software Releases - RSS News 0 04-14-2008 10:50 PM
FrobTADS 0.10 (Interpreter branch) iBot Software Releases - RSS News 0 04-01-2008 08:20 AM
When I am writing my own interpreter... Legend986 High Level Programming 34 11-08-2007 10:15 AM
bad interpreter: Permission denied earnstaf UNIX for Dummies Questions & Answers 7 07-19-2007 03:17 PM
/bin/sh: bad interpreter: Permission denied Calum Shell Programming and Scripting 4 05-06-2003 05:14 AM

Reply
 
Submit Tools LinkBack Thread Tools Search this Thread Display Modes
  #1  
Old 07-08-2005
Registered User
 

Join Date: Jul 2005
Posts: 2
#!/usr/bin/ksh Command Interpreter in a sh script

Hi,

I have a developer that is trying to start a script with sh "scriptname". In the script, he is specifying #!/usr/bin/ksh as the command interpreter. For some reason sh is ignoring the #!/usr/bin/ksh. We are running Solaris 8. Does anyone have any ideas what could be causing this? Here is the script:

#!/usr/bin/ksh



#--create test file to read

#

echo "1" > test_file

echo "2" >> test_file

echo "3" >> test_file



#--WHILE READ should populate variables when shell contains #!/usr/bin/ksh

#

record_cnt=0

initial="OUTSIDE"



while read record ##--placed into $record

do

record_cnt=`expr $record_cnt + 1`

initial="INSIDE"

echo "Records Read=$record_cnt”

done < test_file ##--input file to be read



echo " "

echo "Records Read=$record_cnt"

echo "Initial=$initial"



exit 0
Reply With Quote
Forum Sponsor
  #2  
Old 07-08-2005
Perderabo's Avatar
Unix Daemon
 

Join Date: Aug 2001
Location: Washington DC Area
Posts: 8,667
sh is ignoring it because it's a comment. Feeding a ksh script into sh like that is not the correct thing to do. But if you do it, sh will attempt to run it. Read our faq article on this subject.
Reply With Quote
  #3  
Old 07-08-2005
Registered User
 

Join Date: Jul 2005
Posts: 2
Thanks, Perderabo. Can you post the link for the FAQ?
Reply With Quote
  #4  
Old 07-08-2005
Registered User
 

Join Date: Oct 2002
Posts: 676
Here you go. But the FAQ is just a click away, why not look through the entire FAQ and see what other interesting things you can pick up?
Reply With Quote
Google The UNIX and Linux Forums
Reply

Thread Tools Search this Thread
Search this Thread:

Advanced Search
Display Modes




All times are GMT -7. The time now is 04:59 AM.


Powered by: vBulletin, Copyright ©2000 - 2006, Jelsoft Enterprises Limited.
The UNIX and Linux Forums Content Copyright ©1993-2008. All Rights Reserved.Ad Management by RedTyger Visit The Complex Event Processing Blog

Content Relevant URLs by vBSEO 3.2.0