Search Results

Search: Posts Made By: zhengzfand
1,298
Posted By MadeInGermany
You can query the number of the shell's...
You can query the number of the shell's background jobs with the jobs command.
#!/bin/ksh
maxjobs=3
while read line <&3
do
while [ `jobs | wc -l` -ge $maxjobs ]
do
sleep 5;
done
...
9,058
Posted By RavinderSingh13
Hello netdbaind, I agree with vbe's...
Hello netdbaind,

I agree with vbe's solution like we can run script on each Sunday and check either it is 3rd Sunday or not.
Following code may help you to get the 3rd Sunday with explaination....
Showing results 1 to 2 of 2

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