crontab(5)は以下のフィールドを定義します:
field allowed values
----- --------------
minute 0-59
hour 0-23
day of month 1-31
month 1-12 (or names, see below)
day of week 0-7 (0 or 7 is Sun, or use names)
と説明します:
Step values can be used in conjunction with ranges. Following a range with ``/<number>'' specifies skips of the number's value through the range. For example, ``0-23/2'' can be used in the hours field to specify command execution every other hour (the alternative in the V7 standard is ``0,2,4,6,8,10,12,14,16,18,20,22'').
ですから、私の理解では、隔週の仕事はありません。回避策があると確信していますが、あなたはどうしますか?または私は何かを逃したのですか?
2
私はこの上で見つけることができる最良の答えはここにある:unix.stackexchange.com/questions/1224/...
—
Somantra
...そしてU&Lに対するそれらの答えは、私がそれをする方法だと思います、@ソマントラ:-)
—
voretaq7
@ voretaq7、私はそれが標準的な答えだと言ったでしょうが、私は知識人として遭遇したくありませんでした;-)
—
ソマントラ