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
practice tests- Unix Korn Shell Scripting eswasas UNIX for Dummies Questions & Answers 0 02-14-2007 09:40 AM
how to convert from korn shell to normal shell with this code? forevercalz Shell Programming and Scripting 21 11-22-2005 11:18 PM
KORN Shell - Spawn new shell with commands frustrated1 Shell Programming and Scripting 2 04-20-2005 11:23 AM
Korn Shell gpanesar Shell Programming and Scripting 4 03-25-2005 02:46 PM

Reply
 
Submit Tools LinkBack Thread Tools Search this Thread Display Modes
  #1  
Old 06-26-2006
jph jph is offline
Registered User
 

Join Date: Apr 2005
Posts: 6
korn best practice for shell

I need to create a korn function script that has parameter checking and a help section if the parameter count is wrong, then how do I create a library to store these functions and allow them to be called by others????
Reply With Quote
Forum Sponsor
  #2  
Old 06-26-2006
...@...
 

Join Date: Feb 2004
Location: NM
Posts: 4,297
One way:
put your reusable function code in a separate file, let's call in MY_INCLUDE
Code:
#!/bin/ksh
# myscript.sh
# include the functions
. /path/to/MY_INCLUDE
# your main code goes here
...............
exit 0
We have several of these function include files that are used by dozens of scripts, throughout all of our major app.
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 12:26 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