watch(1) - SerenityOS man pages

#Name

watch - execute a program periodically

#Synopsis

$ watch [-n interval] [-t] [-b] command

#Description

Run a command full-screen periodically until interrupted, then return the aggregated error code.

#Options

#Exit Values

#Examples

$ watch -n1 ls
$ watch -t -- uname -a