1
0
Fork 0
mirror of https://github.com/tldr-pages/tldr.git synced 2025-04-22 06:22:07 +02:00

watch: "changes"-->"differences"

per waldyrious' suggestion in comments of #707
This commit is contained in:
Hayden Schiff 2016-01-21 20:37:36 -05:00
parent 5b175dfb89
commit 5faa753d8f

View file

@ -10,6 +10,6 @@
`watch -n {{60}} {{command}}` `watch -n {{60}} {{command}}`
- Monitor the contents of a directory, highlighting changes as they appear: - Monitor the contents of a directory, highlighting differences as they appear:
`watch -d {{ls -l}}` `watch -d {{ls -l}}`