PATHPROC

Section: Maintenance Commands (8)
Index Return to Main Contents
 

NAME

pathproc - pathalias post-processor for smail routing database  

DESCRIPTION

Pathproc takes lines of the form

route_cost     key     route

as produced by
pathalias -c and converts it to the form

key   route   cost

as described in
paths(8). 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's an example of how you might use pathproc:

pathalias -c map_files | pathproc > newpaths
mv newpaths /usr/lib/uucp/paths

 

SEE ALSO

pathalias - by Peter Honeyman
smail(8), lcasep(8), paths(8)  

VERSION

@(#)pathproc.8 2.1 smail 12/14/86


 

Index

NAME
DESCRIPTION
EXAMPLE
SEE ALSO
VERSION

This document was created by man2html, using the manual pages.
Time: 10:44:46 GMT, December 12, 2024