System Grab Bag

View all TLDR pages from common (or from all pages)

watch

Execute a program periodically, showing output fullscreen. More information: https://manned.org/watch.
  • 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}}
  • Repeatedly run a pipeline and show the result:
    watch '{{command_1}} | {{command_2}} | {{command_3}}'

License and Disclaimer

The content on this page is copyright © 2014—present the tldr-pages team and contributors.
This page is used with permission under Creative Commons Attribution 4.0 International License.

While we do attempt to make sure content is accurate, there isn't a warranty of any kind.

Other Projects

This TLDR page is also found in other projects: