Details
Description
The watch command will clear the console on each run. It would be nice if there was an option to not clear, so the watch can run like a log:tail command does.
karaf@root> watch --help
DESCRIPTION
shell:watch
Watches & refreshes the output of a command
SYNTAX
shell:watch [options] command
ARGUMENTS
command
The command to watch / refresh
OPTIONS
--help
Display this help message
-n, --interval
The interval between executions of the command in seconds
(defaults to 1)