crontab -eでいちいちエディタ開いて入力するのではなく、以下の1コマンドでイケます。
(crontab -l; echo "0 20 * * * /path/to/cmd > /dev/null 2>&1") | crontab -
Go to list of users who liked
Share on X(Twitter)
Share on Facebook
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