home *** CD-ROM | disk | FTP | other *** search
/ OS/2 Shareware BBS: 35 Internet / 35-Internet.zip / rxnew11a.zip / article.rxn next >
Text File  |  1993-04-27  |  1KB  |  36 lines

  1. Article       Display or move to a specific article
  2. ====================================================
  3.  
  4. The article command is used to display an article on the screen.  If no article
  5. number is given, the current article is displayed.   The article command can
  6. also be issued as DISPLAY.
  7.  
  8. Syntax:
  9.  
  10.       ARTICLE [article-number]
  11.               [ ^ ]
  12.               [ $ ]
  13.  
  14. where article-number is a valid article number in the range of articles
  15. available in the current group.  Entering a '^' for the article-number will
  16. move to first article in the group, and entering a '$' will move to the last
  17. article in the group.
  18.  
  19. At the --MORE-- prompt, the 'N' and 'L' keys will move to the Next and Last
  20. articles, respectively.
  21.  
  22. Article Numbers and RexxNews
  23. ----------------------------
  24.  
  25. RexxNews refers to news articles by their index number at the NNTP server.
  26.  
  27. When you have a group selected, the prompt shows the range of articles
  28. available in the group, the number of the current article, and an estimate
  29. of the number of unread articles in the group.
  30.  
  31. Within a group, the Display or Article command can be used to display the
  32. current article or move to a specific article number.
  33.  
  34. The Next and Last commands will move to the next and previous articles,
  35. respectively.
  36.