diff --git a/pages/linux/watch.md b/pages/linux/watch.md index d68476d81..91f0cfd8d 100644 --- a/pages/linux/watch.md +++ b/pages/linux/watch.md @@ -12,4 +12,4 @@ - monitor "node" processes, refreshing every 3 seconds -`watch -n {{3}} "{{ps aux | grep node}}" +`watch -n {{3}} "{{ps aux | grep node}}"`