home *** CD-ROM | disk | FTP | other *** search
- *** vis.man_orig Sun Oct 23 15:10:27 1988
- --- vis.man Sun Oct 23 15:47:13 1988
- ***************
- *** 1,4
- ! .TH VIS l "21 July 1988"
- .SH NAME
- vis \- repeatedly run command, refreshing screen
- .SH SYNTAX
-
- --- 1,4 -----
- ! .TH VIS l "24 October 1988"
- .SH NAME
- vis \- repeatedly run command, refreshing screen
- .SH SYNTAX
- ***************
- *** 2,8
- .SH NAME
- vis \- repeatedly run command, refreshing screen
- .SH SYNTAX
- ! .B vis "[-d delay] [-f] command [args]"
- .SH DESCRIPTION
- .I Vis
- repeatedly executes a specified
-
- --- 2,8 -----
- .SH NAME
- vis \- repeatedly run command, refreshing screen
- .SH SYNTAX
- ! .B vis "[-d delay] [-f] [-h] [-s] command [args]"
- .SH DESCRIPTION
- .I Vis
- repeatedly executes a specified
- ***************
- *** 67,72
- status line by a ``!'' flag whenever a non-zero status has been returned
- by
- .B command .
- .SH EXAMPLES
- vis ps
- .IP "" 5
-
- --- 67,85 -----
- status line by a ``!'' flag whenever a non-zero status has been returned
- by
- .B command .
- + .TP
- + .B -h
- + causes the entire status line and the following blank line to be
- + suppressed, which leaves the full screen available for the output of
- + .B command .
- + .TP
- + .B -s
- + causes
- + .I vis
- + to use standout mode for any bytes that have changed between the
- + previous execution of
- + .B command
- + and the current one.
- .SH EXAMPLES
- vis ps
- .IP "" 5
- ***************
- *** 77,82
- .IP "" 5
- Display the system users and disk usage statistics every 60 seconds.
- Separate the two with a blank line.
- .SH "SEE ALSO"
- User Commands (1): sh, csh
- .SH DIAGNOSTICS
-
- --- 90,100 -----
- .IP "" 5
- Display the system users and disk usage statistics every 60 seconds.
- Separate the two with a blank line.
- + .PP
- + vis -s ls -l
- + .IP "" 5
- + Continually display a long directory listing, highlighting via standout
- + mode the parts that change each time.
- .SH "SEE ALSO"
- User Commands (1): sh, csh
- .SH DIAGNOSTICS
- ***************
- *** 94,96
- It has been substantially enhanced and generalized by George M. Sipe
- (currently - 7/88, at rebel!george) to the point where Dan would no
- longer recognize it.
-
- --- 112,118 -----
- It has been substantially enhanced and generalized by George M. Sipe
- (currently - 7/88, at rebel!george) to the point where Dan would no
- longer recognize it.
- + .PP
- + Steve Alter (alter@ttidca.tti.com) added the -h option.
- + .PP
- + Anton Chernoff (abc@lpi.uucp) added the -s option.
-