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 / ng.help.SH < prev    next >
Text File  |  1990-08-22  |  2KB  |  54 lines

  1. case $CONFIG in
  2.     '') . config.sh ;;
  3. esac
  4. echo "Extracting ng.help (with variable substitutions)"
  5. $spitshell >ng.help <<!GROK!THIS!
  6. $startsh
  7. # $Header: ng.help.SH,v 4.3 85/05/01 11:44:34 lwall Exp $
  8. # $Log:    ng.help.SH,v $
  9. # Revision 4.3  85/05/01  11:44:34  lwall
  10. # Baseline for release with 4.3bsd.
  11.  
  12. $pager <<'EOT'
  13. Newsgroup Selection commands:
  14.  
  15. y,SP    Do this newsgroup now.
  16. .cmd    Do this newsgroup, executing cmd as first command.
  17. =    Equivalent to .=<carriage return>.
  18. u    Unsubscribe from this newsgroup.
  19. c    Catch up (mark this newsgroup all read).
  20.  
  21. n    Go to the next newsgroup with unread news.
  22. N    Go to the next newsgroup.
  23. p    Go to the previous newsgroup with unread news.
  24. P    Go to the previous newsgroup.
  25. -    Go to the previously displayed newsgroup.
  26. 1    Go to the first newsgroup.
  27. ^    Go to the first newsgroup with unread news.
  28. $    Go to the last newsgroup.
  29. g name    Go to the named newsgroup.  Subscribe to new newsgroups this way too.
  30. /pat    Search forward for newsgroup matching pattern.
  31. ?pat    Search backward for newsgroup matching pattern.
  32.     (Use * and ? style patterns.  Append r to include read newsgroups.)
  33. l pat    List unsubscribed newsgroups containing pattern.
  34. m name    Move named newsgroup elsewhere (no name moves current newsgroup).
  35. o pat    Only display newsgroups matching pattern.  Omit pat to unrestrict.
  36. a pat    Like o, but also scans for unsubscribed newsgroups matching pattern.
  37. L    List current .newsrc.
  38. &    Print current command-line switch settings.
  39. &switch {switch}
  40.     Set (or unset) more command-line switches.
  41. &&    Print current macro definitions.
  42. &&def    Define a new macro.
  43. !cmd    Shell escape.
  44. q    Quit rn.
  45. ^K    Edit the global KILL file.  Use commands like /pattern/j to suppress
  46.     pattern in every newsgroup.
  47. v    Print version.
  48. EOT
  49. !GROK!THIS!
  50. $eunicefix ng.help
  51. chmod 755 ng.help
  52.