Search Results

Search: Posts Made By: MadeInGermany
2,025
Posted By MadeInGermany
With the status file it is harder to compute the...
With the status file it is harder to compute the next job.
Don's approach has it hard-coded, this is inflexible in case you want to add or remove a job(-script).
The following uses a status file...
2,025
Posted By MadeInGermany
It is most simple record the jobs to be skipped,...
It is most simple record the jobs to be skipped, i.e. the good jobs.
Then initially the "good" file can be empty or missing.
#!/bin/bash
good=./good
for job in script1.sh script2.sh script3.sh...
Showing results 1 to 2 of 2

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