Formatted all pages according to guidelines.

This commit is contained in:
Ruben Vereecken
2016-01-07 18:31:27 +01:00
parent efa4cbd4de
commit 066582e8ea
284 changed files with 1338 additions and 1364 deletions

View File

@@ -1,15 +1,15 @@
# watch
> Execute a command repeatedly, and monitor the output in full-screen mode
> Execute a command repeatedly, and monitor the output in full-screen mode.
- monitor files in the current folder
- Monitor files in the current folder:
`watch {{ls}}`
- monitor disk space and highlight the changes
- Monitor disk space and highlight the changes:
`watch -d {{df}}`
- monitor "node" processes, refreshing every 3 seconds
- Monitor "node" processes, refreshing every 3 seconds:
`watch -n {{3}} "{{ps aux | grep node}}"`