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.
cronジョブを実行する正しい方法は何ですか
毎月第 2 週の水曜日と第 4 週の水曜日
任意のヒント
以下は、毎週水曜日の午前 11 時にジョブを実行します。
00 11 * * 3 <your-command>
ここで3は、毎週水曜日に実行するコマンドを示しています。代わりの水曜日に実行をスキップし、そのスクリプトを cron の上から呼び出すには、ラッパー スクリプトを作成する必要があります。
3