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 the UNIX and Linux Forums - Click on the Thread or Permalink to View Entire Thread -->
  #1 (permalink)  
Old 02-14-2008
mtravis's Avatar
mtravis mtravis is offline
Registered User
  
 

Join Date: Feb 2008
Location: New Jersey
Posts: 1
Korn Shell Best Practices

I am new to ksh scripts (still reading manuals). I need to write an application that reads a multi-line parameter file, builds sql on-the-fly, runs plsql and saves the output in a specific format for further processing. I am looking for anything on Best Practices for building such an application. How best to organize it, sub-divide it, test it, down to how best to format the code for clarity. Any book or white paper suggestions would be appreciated.