Added description.
This commit is contained in:
parent
f57c824d8e
commit
ff261bb2e6
1 changed files with 15 additions and 1 deletions
16
README.md
16
README.md
|
|
@ -1,4 +1,18 @@
|
|||
UnixWatchCommandOutput
|
||||
======================
|
||||
|
||||
Allows the user to input a program and watch the output. This is pretty much the same
|
||||
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]
|
||||
|
||||
examples:
|
||||
pwatch tree -v
|
||||
pwatch grep "stuff" *
|
||||
|
||||
To exit, ctrl-c or ESC.
|
||||
|
||||
Right now, this program will refresh every 1 second, and it is not configurable.
|
||||
I might update this in the future to be configurable.
|
||||
|
|
|
|||
Loading…
Add table
Add a link
Reference in a new issue