All Questions
1 question
3
votes
3
answers
4k
views
How run a for loop on 5 month?
I created this loop that activate my script only on 1 month (20170301 - 20170331):
for ((i = 20170301; i<=20170331; i++)) ; do /home/jul/exp/prod/client/apps/scripts/runCer client-layer-name $i; ...