1
0
Fork 0
mirror of https://github.com/tldr-pages/tldr.git synced 2025-08-09 21:15:44 +02:00

watch: add pipeline example (#8085)

This commit is contained in:
Fabio Serragnoli 2022-06-21 13:04:26 +01:00 committed by GitHub
parent 61231d3224
commit 85a9e8993e
No known key found for this signature in database
GPG key ID: 4AEE18F83AFDEB23

View file

@ -14,3 +14,7 @@
- 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}}'`