4 lines
94 B
Plaintext
4 lines
94 B
Plaintext
# vim:filetype=crontab
|
|
0 * * * * date
|
|
0-5 * * * * (date -u && df -h) >/var/tmp/disk_space.txt
|