Search Results

Search: Posts Made By: mmignot
1,701
Posted By mmignot
What's wrong with this code?
Hello all,

Can someone tell me why I'm getting an error in the following code:

export return_code="$?"
if [ $? -gt 4 ] then
echo "load_shaw.sas failed."
exit
...
7,072
Posted By mmignot
Create Variable for a PATH
Hello all,

I need to create a variable that contains a path to a program. I'd like to reference that variable later in the script to execute the program. Does anyone have any ideas how I can...
4,674
Posted By mmignot
Trigger Shell Script from Current Script
Hello all,

I'm new to shell programming and need some help. I would like to set up a step within a shell script to trigger another shell script to run, based on the highest return code generated...
Showing results 1 to 3 of 3

 
All times are GMT -4. The time now is 04:26 AM.
Unix & Linux Forums Content Copyright 1993-2022. All Rights Reserved.
Privacy Policy