Table of Contents
nlinmb - calculate M and B for DescRec records with NLin datatype
nlinmb
< list_of_tuples > list_of_tuples
This program reads a list of
tuples from
stdin, calculates M and B and writes a list of tuples to
stdout.
Each input line is one tuple. The line is terminated with a
newline.
Fields within the tuple are separated by a
|.
The field order is Label, RefName,
SpanMin, SpanMax, Size, and DRkey.
Each output line is one tuple.
The line is terminated with a
newline. Fields within the tuple are separated
by a
|.
The field order is Label, RefName, M and B.
$Id:
nlinmb.8,v 1.0 1999/03/11 21:55:58 kitchen Exp $
Table of Contents