aboutsummaryrefslogtreecommitdiff
path: root/watch.1
diff options
context:
space:
mode:
authorDimitri Sokolyuk <demon@dim13.org>2003-06-08 10:50:11 +0000
committerDimitri Sokolyuk <demon@dim13.org>2003-06-08 10:50:11 +0000
commitfaa7db5a97695b45e574e5e40a5d1ec3060afe49 (patch)
tree53d3a50aad982eed4b3106cc0aa1295e4a159bab /watch.1
parent53e46eabcb5a98ea4f79a9ad34e0b79704d63031 (diff)
new development 2003
Diffstat (limited to 'watch.1')
-rw-r--r--watch.138
1 files changed, 38 insertions, 0 deletions
diff --git a/watch.1 b/watch.1
new file mode 100644
index 0000000..392a1b0
--- /dev/null
+++ b/watch.1
@@ -0,0 +1,38 @@
+.Dd Juni 05, 2003
+.Dt WATCH 1
+.Os
+.Sh NAME
+.Nm watch
+.Nd execute program periodically, showing output fullscreen
+.Sh SYNOPSIS
+.Nm watch
+.Op Fl v
+.Op Fl s Ar <seconds>
+.Op Ar command
+.Sh DESCRIPTION
+The
+.Nm
+utility allow you to watch a program as it changes.
+By default it updates it self every 5 seconds.
+.Pp
+The
+.Nm
+will end with keyboard interrupt
+.Pq Sq ^C
+.Pp
+The options are as follows:
+.Bl -tag -width Ds
+.It Fl s Ar <seconds>
+Delay in seconds between screen refresh.
+.It Fl v
+Show version and exit.
+.El
+.Pp
+.Sh EXAMPLE
+.Nm
+-s 1 ps x
+.Pp
+.Sh AUTHORS
+The
+.Nm
+utility wass written by demon <demon@vhost.dyndns.org> in 2003.