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 |
---|
4 | rep - repeatedly execute a command |
---|
5 | .SH SYNOPSIS |
---|
6 | rep [-n] command |
---|
7 | .SH DESCRIPTION |
---|
8 | .I Rep |
---|
9 | repeatedly executes a command and prints out the |
---|
10 | output in the same place each time. (It uses |
---|
11 | cursor optimization routines to only update chars |
---|
12 | that have changed.) |
---|
13 | .PP |
---|
14 | The -n option specifies the number of seconds between |
---|
15 | repetitions. |
---|
16 | .SH EXAMPLES |
---|
17 | .B rep ps -ef |
---|
18 | .PP |
---|
19 | prints out a display of system activity. |
---|
20 | .PP |
---|
21 | .B rep -1 date |
---|
22 | .PP |
---|
23 | puts a digital clock on the screen. |
---|
Note: See
TracBrowser
for help on using the repository browser.