ubuntu:crontab-custom
Запуск скрипта каждые 1,5, 10 или 30 секунд
#!/bin/sh while true; do ls -al >> /home/user/dir.list sleep 10 done
ubuntu/crontab-custom.txt · Последнее изменение: 2017/03/23 21:59 — 127.0.0.1
#!/bin/sh while true; do ls -al >> /home/user/dir.list sleep 10 done