watch(LPIC) Linux August 18, 2022 watch 指定されたコマンドを繰り返し実行するコマンドです。 サンプル 5秒ごとに echo “snorlax” を実行するコマンド # wip 動くか試してない $ watch -n 5 echo "snorlax"