The UNIX and Linux Forums  
Hello and Welcome from United States to the UNIX and Linux Forums! Thank You for Visiting and Joining Our Global Community.

Go Back   The UNIX and Linux Forums > Top Forums > Shell Programming and Scripting
.
google unix.com




Thread: Shell Scripting
View Single Post in the UNIX and Linux Forums - Click on the Thread or Permalink to View Entire Thread -->
  #3 (permalink)  
Old 10-11-2008
a2z1982 a2z1982 is offline
Registered User
  
 

Join Date: Oct 2008
Posts: 6
Quote:
Originally Posted by cfajohnson View Post

Most Korn shell scripts will also run under bash, but some ksh93 features are not supported by bash.

The best language to use is POSIX shell, so that scripts can be run by all POSIX shells, includeing ksh and bash.
Thank you!

Could you suggest a URL for downloading a pdf for POSIX?