home *** CD-ROM | disk | FTP | other *** search
/ rtsi.com / 2014.01.www.rtsi.com.tar / www.rtsi.com / OS9 / OSK / TELECOM / rn_4_3_blars.lzh / subs.help.SH < prev    next >
Text File  |  1990-08-22  |  2KB  |  64 lines

  1. case $CONFIG in
  2.     '') . config.sh ;;
  3. esac
  4. echo "Extracting subs.help (with variable substitutions)"
  5. $spitshell >subs.help <<!GROK!THIS!
  6. $startsh
  7. # $Header: subs.help.SH,v 4.3.2.1 89/11/26 18:38:47 sob Locked $
  8. # $Log:    subs.help.SH,v $
  9. # Revision 4.3.2.1  89/11/26  18:38:47  sob
  10. # *** empty log message ***
  11. # Revision 4.3  85/05/01  11:50:50  lwall
  12. # Baseline for release with 4.3bsd.
  13.  
  14. $pager <<'EOT'
  15. Valid substitutions are:
  16.  
  17. a    Current article number
  18. A    Full name of current article (%P/%c/%a)
  19. b    Destination of last save command, often a mailbox
  20. B    Bytes to ignore at beginning of last saved article
  21. c    Current newsgroup, directory form
  22. C    Current newsgroup, dot form
  23. d    Full name of newsgroup directory (%P/%c)
  24. D    Distribution line from current article
  25. f    Who the current article is from
  26. F    Newsgroups to followup to (from Newsgroups and Followup-To)
  27. h    (This help message)
  28. H    Host name (yours)
  29. i    Message-I.D. line from current article, with <>
  30. I    Reference indicator mark (see -F switch)
  31. l    News administrator's login name, if any
  32. L    Login name (yours)
  33. m    Current mode, first letter of (init,newsgroup,article,pager,misc)
  34. M    Number of article marked with M
  35. n    Newsgroups from current article
  36. N    Full name (yours)
  37. o    Organization (yours)
  38. O    Original working directory (where you ran rn from)
  39. p    Your private news directory (from -d)
  40. P    Public news spool directory
  41. r    Last reference (parent article id)
  42. R    References list for followup article
  43. s    Subject, with all Re's and (nf)'s stripped off
  44. S    Subject, with one Re stripped off
  45. t    New To line derived from From and Reply-To (Internet format)
  46. T    New To line derived from Path
  47. u    Number of unread articles
  48. U    Number of unread articles not counting current article
  49. x    News library directory
  50. X    Rn library directory
  51. z    Length of current article in bytes
  52. ~    Your home directory
  53. .    Directory containing . files
  54. $    Current process number
  55. /    Last search string
  56. ESC    Run preceding command through % interpretation
  57. EOT
  58. !GROK!THIS!
  59. $eunicefix subs.help
  60. chmod 755 subs.help
  61.