1 2 3 4 5 6 7 8 9 10 11 12 13 14 15 16 17 18 19 20 21 22 23 24 25 26 27 28 29 30 31 32 33 34 35 36 37 38 39 40 41 42 43 44 45 46
|
.PU
.TH TEST_DATA 1 local
.SH NAME
test_data \- print test data to standard out
.SH SYNOPSIS
.ll +8
.B test_data [OPTIONS]
.SH DESCRIPTION
.B test_data
prints a bunch of numbers to standard output.
Try running:
\fItest_data\fP | \fIquickplot -Pv\fP.
.PP
This was made to test
\fIquickplot\fR.
.SH OPTIONS
.TP
.B -b \fRor\fP --binary
\fR
print out data in binary format
.TP
.B -f \fIN\fP \fRor\fP \--number-fields \fIN\fP
\fR
print out \fIN\fP fields of data
.TP
.B -l \fIN\fP \fRor\fP --number-lines \fIN\fP
\fR
print out \fIN\fP lines of data
.SH AUTHOR
Lance Arsenault, quickplot@kachinatech.com,
first released: February 1998, last update of this man page: . January 13, 1999
\fR
Quickplot home page: http://www.KachinaTech.COM/~quickplot/
.SH SEE ALSO
.BR quickplot (1)
.SH COPYRIGHT
This program is free software; you can redistribute it and/or
modify it under the terms of the GNU General Public License
as published by the Free Software Foundation; version 2
of the License.
This program is distributed in the hope that it will be useful,
but WITHOUT ANY WARRANTY; without even the implied warranty of
MERCHANTABILITY or FITNESS FOR A PARTICULAR PURPOSE. See the
GNU General Public License for more details.
|