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 / art.help.SH < prev    next >
Text File  |  1990-08-22  |  3KB  |  74 lines

  1. case $CONFIG in
  2.     '') . config.sh ;;
  3. esac
  4. echo "Extracting art.help (with variable substitutions)"
  5. $spitshell >art.help <<!GROK!THIS!
  6. $startsh
  7. # $Header: art.help.SH,v 4.3 85/05/01 11:35:34 lwall Exp $
  8. # $Log:    art.help.SH,v $
  9. # Revision 4.3  85/05/01  11:35:34  lwall
  10. # Baseline for release with 4.3bsd.
  11. $pager <<'EOT'
  12. Article Selection commands:
  13.  
  14. n,SP    Scan forward for next unread article.
  15. N    Go to next article.
  16. ^N    Scan forward for next unread article with same subject.
  17. p,P,^P    Same as n,N,^N, only going backwards.
  18. -    Go to previously displayed article.
  19. number    Go to specified article.
  20. range{,range} command{:command}
  21.     Apply one or more commands to one or more ranges of articles.
  22.     Ranges are of the form: number | number-number.  You may use . for
  23.     the current article, and $ for the last article.
  24.      Valid commands are: j, m, M, s, S, and !.
  25. /pattern/modifiers
  26.     Scan forward for article containing pattern in the subject line.
  27.     (Use ?pat? to scan backwards; append h to scan headers, a to scan
  28.     entire articles, r to scan read articles, c to make case sensitive.
  29. /pattern/modifiers:command{:command}
  30.     Apply one or more commands to the set of articles matching pattern.
  31.     Use a K modifier to save entire command to the KILL file for this
  32.     newsgroup.  Commands m and M, if first, imply an r modifier.
  33.      Valid commands are: j, m, M, s, S, and !.
  34. f,F    Submit a followup article (F = include this article).
  35. r,R    Reply through net mail (R = include this article).
  36. s ...    Save to file or pipe via sh.
  37. S ...    Save via preferred shell.
  38. w,W    Like s and S but save without the header.
  39. | ...    Same as s|...
  40. C    Cancel this article, if yours.
  41. ^R,v    Restart article (v=verbose).
  42. ^X    Restart article, rot13 mode.
  43. c    Catch up (mark all articles as read).
  44. ^B    Back up one page.
  45. ^L    Refresh the screen.  You can get back to the pager with this.
  46. X    Refresh screen in rot13 mode.
  47. ^    Go to first unread article.  Disables subject search mode.
  48. $    Go to end of newsgroup.  Disables subject search mode.
  49. #       Print last article number.
  50. &    Print current values of command-line switches.
  51. &switch {switch}
  52.     Set or unset more switches.
  53. &&    Print current macro definitions.
  54. &&def    Define a new macro.
  55. j    Junk this article (mark it read).  Stays at end of article.
  56. m    Mark article as still unread.
  57. M    Mark article as still unread upon exiting newsgroup or Y command.
  58. Y    Yank back articles marked temporarily read via M.
  59. k    Mark current SUBJECT as read.
  60. K    Mark current SUBJECT as read, and save command in KILL file.
  61. =    List subjects of unread articles.
  62. u    Unsubscribe to this newsgroup.
  63. ^K    Edit local KILL file (the one for this newsgroup).
  64. q    Quit this newsgroup for now.
  65. Q    Quit newsgroup, staying at current newsgroup.
  66. EOT
  67.  
  68. !GROK!THIS!
  69. $eunicefix art.help
  70. chmod 755 art.help
  71.