| # | Line 120 | Line 120 | If no files are given, the standard input is read. | |
|---|---|---|
| 120 | .SH EXAMPLE | |
| 121 | To compute the RMS value of colon-separated columns in a file: | |
| 122 | .IP "" .2i | |
| 123 | < | total -t: -m -s2 input |
| 123 | > | total \-t: \-m \-s2 input |
| 124 | .PP | |
| 125 | To produce a running product of values from a file: | |
| 126 | .IP "" .2i | |
| 127 | < | total -p -1 -r input |
| 127 | > | total \-p \-1 \-r input |
| 128 | .SH BUGS | |
| 129 | If the input files have varying numbers of columns, mean values | |
| 130 | will certainly be off. | |
| – | Removed lines |
| + | Added lines |
| < | Changed lines (old) |
| > | Changed lines (new) |