Мануалы и справочники Общие команды
watch

Команда watch: опции, ключи и примеры использования

watch

Execute a program periodically, showing output fullscreen.

  • Repeatedly run a command and show the result:

watch {{command}}

  • Re-run a command every 60 seconds:

watch -n {{60}} {{command}}

  • Monitor the contents of a directory, highlighting differences as they appear:

watch -d {{ls -l}}

Изображение Выучи 10 хороших привычек для работы в UNIX от IBM