Find centralized, trusted content and collaborate around the technologies you use most.
Teams
Q&A for work
Connect and share knowledge within a single location that is structured and easy to search.
5分ごとに実行するようにcrontabに指示するにはどうすればよいですか。つまり、スクリプトを実行したいのはminute % 5 = 2.
minute % 5 = 2
たとえば、私のスクリプトは次の場所で実行する必要があります。
08:02 08:07 08:12 08:17 ...
ご協力いただきありがとうございます!
次の 2 つの可能性があります。
2,7,12,17... command */5 .... sleep 120 ; command
crontab
sleep