pathproc(8) INTERACTIVE UNIX System pathproc(8)
NAME
pathproc - pathalias post-processor for smail routing data-
base
DESCRIPTION
pathproc takes lines of the form:
first_hop_cost key route
as produced by pathalias -f, and converts them to the form
key route cost
as described in paths(5). On the input, the route_cost is
pathalias's total cost for the route. On the output, the
cost is the cost for the first segment of the route. This
represents the cost, to the local host, of passing the mail
to its neighbor.
The output is sorted by key in ascending order.
Example
Here is an example of how pathproc is used:
pathalias -f map_files | pathproc > newpaths
mv newpaths /usr/lib/uucp/paths
SEE ALSO
lcasep(8), smail(8).
paths(5) in the INTERACTIVE SDS Guide and Programmer's
Reference Manual.
pathalias by Peter Honeyman.
ADDED VALUE
This entry, supplied by INTERACTIVE Systems Corporation, is
an extension of UNIX System V.
Rev. Page 1