home *** CD-ROM | disk | FTP | other *** search
/ Beijing Paradise BBS Backup / PARADISE.ISO / software / BBSDOORW / SMAILBIN.ZIP / DOC.ZIP / NPTX.MAN < prev    next >
Encoding:
Text File  |  1990-04-03  |  1.8 KB  |  67 lines

  1.  
  2.  
  3.  
  4.                                                           NPTX(8)
  5.  
  6.  
  7.  
  8. NAME
  9.      nptx - full name permutations
  10.  
  11. SYNOPSIS
  12.      nptx
  13.  
  14. DESCRIPTION
  15.      _n_p_t_x reads a list of address name pairs on the standard
  16.      input and prints name permutations and the address pairs on
  17.      the standard output.  nptx is generally used in generation
  18.      of a full name database for _s_m_a_i_l(8).  The format of an
  19.      input line is
  20.  
  21.                             address   name
  22.  
  23.      The address field can contain any address, it is terminated
  24.      by a TAB char (ascii 0x9).  No translation is done on the
  25.      field.  The name field consists of whitespace separated
  26.      names or initials with an optional nickname given in
  27.      parentheses, it is terminated by either a newline ascii
  28.      (0xA) or a ',' (ascii 0x).  All permutations of the names
  29.      and initials are printed.  The only restriction is that the
  30.      last name will appear in each permutation.  The permutations
  31.      are not necesarily unique.
  32.  
  33. EXAMPLES
  34.           $ echo "gpb@ECH.gatech.eduWrecker Burdell(George P.)"|nptx
  35.           Burdell   gpb@ECH.gatech.edu
  36.           W.Burdell gpb@ECH.gatech.edu
  37.           Wrecker.Burdell     gpb@ECH.gatech.edu
  38.           Burdell   gpb@ECH.gatech.edu
  39.           G.Burdell gpb@ECH.gatech.edu
  40.           George.Burdell gpb@ECH.gatech.edu
  41.           P.Burdell gpb@ECH.gatech.edu
  42.           P.Burdell gpb@ECH.gatech.edu
  43.           G.P.Burdell    gpb@ECH.gatech.edu
  44.           George.P.Burdell    gpb@ECH.gatech.edu
  45.           G.P.Burdell    gpb@ECH.gatech.edu
  46.           George.P.Burdell    gpb@ECH.gatech.edu
  47.           $
  48.  
  49. SEE ALSO
  50.      smail(8), paths(8), mkfnames(8)
  51.  
  52. VERSION
  53.      @(#)nptx.8     2.5 (smail) 9/15/87
  54.  
  55.  
  56.  
  57.  
  58.  
  59.  
  60.  
  61.  
  62.  
  63.                                                                 1
  64.  
  65.  
  66.  
  67.