ฉันเพิ่งกลับเข้าสู่การทุบตีสคริปต์และฉันต้องการให้ cron ของฉันทำงานทุก ๆ 15 นาทีระหว่าง 9.15 ถึง 22.00 น. ฉันตรวจสอบสคริปต์แล้ว แต่ไม่ทราบว่าเป็นคำสั่งที่ถูกต้องหรือไม่:
SHELL=/bin/sh
PATH=/usr/local/sbin:/usr/local/bin:/sbin:/bin:/usr/sbin:/usr/bin
# m h dom mon dow user command
17 * * * * root cd / && run-parts --report /etc/cron.hourly
25 6 * * * root test -x /usr/sbin/anacron || ( cd / && run-parts --report /etc/cron.daily )
47 6 * * 7 root test -x /usr/sbin/anacron || ( cd / && run-parts --report /etc/cron.weekly )
52 6 1 * * root test -x /usr/sbin/anacron || ( cd / && run-parts --report /etc/cron.monthly )
15-59/15 21-22 * * 6 craig ./home/craig/Videos/iPlayer/.Code/DrDown.sh
ฉันได้พยายามตั้งให้มันทำงานทุกนาที แต่ฉันไม่คิดว่าฉันจะบอกได้ว่าโปรแกรมทำงานอะไรหรือไม่จนกว่าจะมีการอัพเดทบริการภายนอก (ประมาณ 8.45 ทุกวันเสาร์)
จุดนำหน้าทางพิมพ์ผิดหรือคุณหมายถึงใช้เส้นทางสัมพัทธ์หรือไม่?
—
Ansgar Wiechers
15-45 21
และ0 22
ควรทำ