source: trunk/athena/bin/rep/rep.1 @ 23

Revision 23, 489 bytes checked in by builder, 39 years ago (diff)
Initial revision
Line 
1.FM mit
2.TH REP 1 local
3.SH NAME
4rep - repeatedly execute a command
5.SH SYNOPSIS
6rep [-n] command
7.SH DESCRIPTION
8.I Rep
9repeatedly executes a command and prints out the
10output in the same place each time.  (It uses
11cursor optimization routines to only update chars
12that have changed.)
13.PP
14The -n option specifies the number of seconds between
15repetitions.
16.SH EXAMPLES
17.B rep ps -ef
18.PP
19prints out a display of system activity.
20.PP
21.B rep -1 date
22.PP
23puts a digital clock on the screen.
Note: See TracBrowser for help on using the repository browser.