Search Results

Search: Posts Made By: laloo
8,820
Posted By laloo
Thanks for your comments. :) The script is...
Thanks for your comments. :)

The script is about 1800 lines large. It does call another script to run in the background using:


nohup setup.sh & 2> /dev/null


and then proceeds to do some...
8,820
Posted By laloo
Can $? return multiple values?
Hi,
I have a script which does something like the below:


execute_some_script.sh $arg1 $arg2 `exec-some-cmd`
if [ $? -eq 0 ] then;
do something
else
do something else
fi


However,...
Showing results 1 to 2 of 2

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