Crontab 定時執行程序(爬蟲)

Crontab定時執行 設置一個可執行腳本: test.sh #名字隨便起 #!/bin/sh cd `dirname $0` || exit 1 /usr/bin/python3.5 hello.py >> run.log 2>&1 # 執行命令 執行文件 程序錯誤日誌 在crontab 中設置執行腳本的時間、路徑: # 編輯腳本: crontab -e * * * * * /home/zdw/
相關文章
相關標籤/搜索