Shell¶
约 69 个字 21 行代码
Abstract
记录一些 Shell 相关的内容
安装 ¶
基本配置 ¶
常用命令 ¶
代码片段 ¶
xargs: 一次执行多个 Shell 脚本
crontab: 自定义定时脚本
crontab format
* * * * *
- - - - -
| | | | |
| | | | +----- day of the week (0 - 6) (Sunday=0)
| | | +---------- month (1 - 12)
| | +--------------- day of the month (1 - 31)
| +-------------------- hour (0 - 23)
+------------------------- minute (0 - 59)
可以通过这个在线工具来生成 crontab 的时间配置
crontab 命令: