The UNIX and Linux Forums  

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



View Single Post in UNIX Forums - Click on the Thread or Permalink to View Entire Thread -->
  #5 (permalink)  
Old 08-13-2007
kahuna's Avatar
kahuna kahuna is offline
Registered User
 

Join Date: Apr 2007
Posts: 148
Try ksh instead of sh
Code:
#!/bin/ksh
Reply With Quote