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.
毎日午前 6 時 30 分から 11 時 30 分まで 30 分ごとに実行されるように、cron 形式でジョブをスケジュールできますか? どのように?
必要なものを達成するには2行が必要になると思います:
30 6-11 * * * /path/to/your/command 0 7-11 * * * /path/to/your/command
Alvin の回答に加えて、この行を crontab に挿入することをお勧めします。
*/30 6-11 * * * /path/to/your/command