watch: add pipeline example (#8085)
This commit is contained in:
@@ -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}}'`
|
||||
|
Reference in New Issue
Block a user