![]() |
Hello and Welcome from United States to the UNIX and Linux Forums! Thank You for Visiting and Joining Our Global Community.
|
|
google unix.com
|
|||||||
| Forums | Register | Forum Rules | Links | Albums | FAQ | Members List | Calendar | Search | Today's Posts | Mark Forums Read |
| Shell Programming and Scripting Post questions about KSH, CSH, SH, BASH, PERL, PHP, SED, AWK and OTHER shell scripts and shell scripting languages here. |
More UNIX and Linux Forum Topics You Might Find Helpful
|
||||
| Thread | Thread Starter | Forum | Replies | Last Post |
| Needed help in understanding these procedures? | wrapster | Shell Programming and Scripting | 0 | 05-26-2008 11:31 AM |
| Using .NET Stored Procedures in Oracle | iBot | Oracle Updates (RSS) | 0 | 04-06-2008 05:10 AM |
| Executing multiple Oracle procedures concurrently | multidogzoomom | Shell Programming and Scripting | 6 | 11-04-2005 02:26 PM |
| Stored Procedures | thumsup9 | UNIX for Dummies Questions & Answers | 2 | 03-04-2005 10:52 AM |
| printing out procedures in unknown format | rjtrjt | UNIX for Dummies Questions & Answers | 1 | 06-19-2003 03:36 PM |
|
|
LinkBack | Thread Tools | Search this Thread | Rate Thread | Display Modes |
|
||||
|
Procedures are not called ?
My shell script is executing i am having no syntax errors or other errors. When i am testing the shell script i am having a problem that the procedure Prompt, Environment,List are not found.
I defined all these procedures in the shell script. Environment() { FULL=N export FULL LOGON=cat | grep ....... etc ..... } Prompt(), List() { echo Enter the Action here read action } After all these definitions at the botton i am calling these for my use Environment case $1 in -p) Prompt; shift 1;; but when testing i am getting err: Prompt not found List not found, Environment not found |
| Bookmarks |
| Thread Tools | Search this Thread |
| Display Modes | Rate This Thread |
|
|