Search Results

Search: Posts Made By: Just Ice
2,786
Posted By Just Ice
... you're absolutely right --- as long as they...
... you're absolutely right --- as long as they actually do what you want to accomplish ...
2,786
Posted By Just Ice
this is ok if the scripts are run sequentially by...
this is ok if the scripts are run sequentially by 1 script using 1 log file ... the code i offered is to fullfill the independent script run requirement ...
2,786
Posted By Just Ice
have the succeeding scripts remove the marker...
have the succeeding scripts remove the marker file when they start if it exists ...
if [ ! -f /tmp/b.complete ]
then
exit 0
else
rm /tmp/b.complete
fi
...
...
2,786
Posted By Just Ice
use temp marker files ... at the end of your...
use temp marker files ... at the end of your script create the marker file ... look for the marker file at the start of the next script ...
a.sh
...
...
touch /tmp/a.complete

b.sh
#! /bin/ksh...
Showing results 1 to 4 of 4

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