Red Hat AMQ 6
As of February 2025, Red Hat is no longer supporting Red Hat AMQ 6. If you are using AMQ 6, please upgrade: Migrating to AMQ 7.이 콘텐츠는 선택한 언어로 제공되지 않습니다.
2.21. shell:watch, watch
Abstract
watches and refreshes the output of a command
Synopsis 링크 복사링크가 클립보드에 복사되었습니다!
링크 복사링크가 클립보드에 복사되었습니다!
shell:watch
[
--help
] [[
-n
] | [
--interval
] seconds
] {
command
}
Arguments 링크 복사링크가 클립보드에 복사되었습니다!
링크 복사링크가 클립보드에 복사되었습니다!
Table 2.21, “shell:watch Arguments” describes the command's arguments.
Argument | Interpretation |
---|---|
--help | Displays the online help for this command |
-n ,--interval | Specifies the interval, in seconds, between executions of the command. The default is 1. |
command | Specifies the command to watch and refresh. |