![]() |
|
|
|
|
|||||||
| Forums | Portal | Register | Forum Rules | FAQ | Contribute | Members List | Arcade | 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 here. |
|
|
||||
| Thread | Thread Starter | Forum | Replies | Last Post |
| Parent/child Korn shell script help | sasaliasim | Shell Programming and Scripting | 1 | 05-06-2008 02:09 PM |
| Include PERL script with in the unix shell script | ganapati | UNIX for Dummies Questions & Answers | 1 | 04-29-2008 09:18 AM |
| Using Awk in shell script to extract an index of a substring from a parent string | sandeepms17 | Shell Programming and Scripting | 2 | 11-07-2007 04:44 AM |
| How to call a perl script from a shell script | anumkoshy | Shell Programming and Scripting | 2 | 08-30-2007 01:23 AM |
| returning to the parent shell after invoking a script within a script | gurukottur | Shell Programming and Scripting | 5 | 09-26-2006 04:05 AM |
|
|
Submit Tools | LinkBack | Thread Tools | Search this Thread | Display Modes |
|
#15
|
|||
|
|||
|
Hi All,
I tried Code:
`bash blue.sh` |
| Forum Sponsor | ||
|
|
|
#16
|
|||
|
|||
|
This works too! Thanks Neo!
|
|
#17
|
|||
|
|||
|
I'm encountering a similar problem (but with ksh not sh). Using hifake's original example substituting blue.sh with blue.ksh, I'm wanting to 'dot' in the values, and have them available to the perl process.
ie. blue.ksh Code:
export JAVA_HOME=/opt/j2sdk1.4.2_02 export PATH=$JAVA_HOME/bin:$PATH Code:
printf "Value of JAVA_HOME is %s\n", $ENV{JAVA_HOME};
. ./blue.ksh At a command prompt, or within a ksh script. Any Ideas/suggestions? Thanks... |
|||
| Google The UNIX and Linux Forums |