man8db/logmb

Table of Contents

Name

logmb - calculate M and B for DescRec records with ALog datatype

Synopsis

logmb < list_of_tuples > list_of_tuples

Description

This program reads a list of tuples from stdin, calculates M and B and writes a list of tuples to stdout.

Input Tuple

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.

Output Tuple

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.

Manual page revision

$Id: logmb.8,v 1.1 1999/03/12 22:01:58 kitchen Exp $


Table of Contents