This shows you the differences between two versions of the page.
| Both sides previous revision Previous revision Next revision | Previous revision | ||
| linux_tools [2019/11/01 22:37] admin | linux_tools [2022/05/14 11:26] (current) admin ↷ Page name changed from shell_script to linux_tools | ||
|---|---|---|---|
| Line 33: | Line 33: | ||
| - 圧縮 ````tar -zcvf xxxx.tar.gz directory```` | - 圧縮 ````tar -zcvf xxxx.tar.gz directory```` | ||
| - 解凍 ````tar -zxvf xxxx.tar.gz```` | - 解凍 ````tar -zxvf xxxx.tar.gz```` | ||
| + | |||
| + | |||
| + | ### Crontab 定时运行脚本 | ||
| + | - https://www.cyberciti.biz/faq/how-do-i-add-jobs-to-cron-under-linux-or-unix-oses/ | ||