home *** CD-ROM | disk | FTP | other *** search
/ rtsi.com / 2014.01.www.rtsi.com.tar / www.rtsi.com / OS9 / OSK / TELECOM / smail25.lzh / BNU / SMAIL_2.5 / MAN / nptx.8 < prev    next >
Text File  |  1993-05-24  |  1KB  |  50 lines

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