watch

May 30, 2016 ยท View on GitHub

watch -n1 date

Multiple commands:

watch -n1 bash -c 'date;date'

TODO multiple commands and sudo. Why does not work?

watch -n1 bash -c 'sudo ls'