Skip to content

Latest commit

 

History

History
11 lines (6 loc) · 171 Bytes

watch.md

File metadata and controls

11 lines (6 loc) · 171 Bytes

watch

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'