Re: votre avis sur un crontab

Pàgina inicial

Reply to this message
Autor: Edgar Bonet
Data:  
A: guilde
Assumpte: Re: votre avis sur un crontab
Le mardi 27 novembre, Habib Bouaziz-Viallet a écrit :
> Counterintuitively, if both "day of month" (field 3) and "day of week"
> (field 5) are present (i.e., not "*") on the same line, then the command is
> executed when *either* is true.
> Ce qui signifie en clair qu'il faut qu'une des deux propositions (en col 3
> ou 5) soit vraie pour éxecuter la commande. Ce qui est très gênant ...!


J'essayerais un truc comme ça :

0 2 1-7 10 * [ `date +%u` == 7 ] && mon_script_shell >> /var/log/sntpdate/messages

Edgar.