Changed the file's examples to be more readable.

This commit is contained in:
jyapayne 2012-10-24 20:23:39 -06:00
commit 0d11287c7e

View file

@ -6,11 +6,13 @@ Allows the user to input a program and watch the output.
This is pretty much the same as watch except that it allows scrolling output.
usage:
pwatch command [command args]
pwatch command [command args]
examples:
pwatch tree -v
pwatch grep "stuff" *
pwatch tree -v
pwatch grep "stuff" *
To exit, ctrl-c or ESC.