home *** CD-ROM | disk | FTP | other *** search
/ Peanuts NeXT Software Archives / Peanuts-3.iso / Tools / fax / nxfaxsummary.README < prev    next >
Encoding:
Text File  |  1993-06-24  |  1.1 KB  |  27 lines

  1. NXFAXSUMMARY 1.0                                April 8, 1993
  2.  
  3. This shell script reads the log file of NXFax versions 1.02 and
  4. 1.03 and summarizes Fax traffic.  
  5.  
  6. USAGE
  7.        nxfaxsummary.sh [ -help | -sample ]
  8.        nxfaxsummary.sh [ [-l] <log> ] [ -c <costs> ] [ -m {address_list} ]
  9.  
  10. By default, the script will search for a log file in the
  11. directories "/etc/nxfax/" and "/usr/adm/nxfax/". An
  12. alternate log file can be specified with the option -l or as
  13. first argument to the script. 
  14.  
  15. It will also look for a file called "nxfax.cost" in that
  16. directory describing the calling costs for various times and
  17. phone number prefixes. Invoking the script with the option
  18. "-sample" will print a sample nxfax.cost. An extremely
  19. detailed example is contained in nxfax.cost.detailed. An
  20. alternate cost description file can be specified with the
  21. option "-c <costfile>". If no readable cost description file
  22. is found, only a summary of transmit time and average transmit
  23. time per page is calculated.
  24.  
  25. With the option -m <address_list>, the summary is sent to the
  26. recipients specified in address_list.
  27.