crontab -e
でいちいちエディタ開いて入力するのではなく、以下の1コマンドでイケます。
(crontab -l; echo "0 20 * * * /path/to/cmd > /dev/null 2>&1") | crontab -
Go to list of users who liked
More than 5 years have passed since last update.
crontab -e
でいちいちエディタ開いて入力するのではなく、以下の1コマンドでイケます。
(crontab -l; echo "0 20 * * * /path/to/cmd > /dev/null 2>&1") | crontab -
Register as a new user and use Qiita more conveniently
Go to list of users who liked