Linux, execute command every X seconds« Wróć do listy pytań
Linux, execute command every X seconds
|
▲ ▼ |
watch -n 5 command exammple: watch -n 3 ls -l -n 3 means ”every 3 sec” |