Skip to content

Commit 19750ba

Browse files
authored
Merge pull request me115#18 from yinzishao/patch-1
Update crontab.rst
2 parents 3b66e9c + cacfb3f commit 19750ba

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

tool/crontab.rst

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -59,7 +59,7 @@ crontab的文件格式
5959
使用-l参数列出crontab文件::
6060

6161
$ crontab -l
62-
0,15,30,45,18-06 * * * /bin/echo `date` > dev/tty1
62+
0,15,30,45 18-06 * * * /bin/echo `date` > dev/tty1
6363

6464
可以使用这种方法在$HOME目录中对crontab文件做一备份::
6565

0 commit comments

Comments
 (0)