Changed the file's examples to be more readable.
This commit is contained in:
parent
d20bfbd2f0
commit
0d11287c7e
1 changed files with 5 additions and 3 deletions
|
|
@ -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.
|
||||
|
||||
|
|
|
|||
Loading…
Add table
Add a link
Reference in a new issue