The UNIX and Linux Forums  

Go Back   The UNIX and Linux Forums > Top Forums > UNIX for Advanced & Expert Users
Google UNIX.COM



View Single Post in UNIX Forums - Click on the Thread or Permalink to View Entire Thread -->
  #53 (permalink)  
Old 03-01-2007
cfajohnson's Avatar
cfajohnson cfajohnson is offline
Shell programmer, author
 

Join Date: Mar 2007
Location: Toronto, Canada
Posts: 974
Whenever possible, I write POSIX-compliant scripts which will run in bash, ksh, ash, and any POSIX shell.

For interactive use, and when I need some non-standard features, I use bash.
Reply With Quote