Shell / Commands

watch

English

Overview

A command that repeatedly runs a given command at a fixed interval and keeps displaying the result on screen.

Details

By default, it re-runs the command every 2 seconds and refreshes the display. It's used when you want to visually track how a value changes in real time — disk usage, process count, and so on.

More Linux terms