Listing only the headers when reading news

Vick Khera khera at juliet.cs.duke.edu
Fri Sep 15 00:51:18 AEST 1989


In article <11650 at boulder.Colorado.EDU> baileyc at tramp.Colorado.EDU (BAILEY CHRISTOPHER R) writes:
>How do I get rn to display only the header of each post/message on
>the net???  Right now, I get the header and however much of each 
>message can fit on my screen.  Thanks.

well, according to the rn man page, the rn option -i=<number> specifies how
many lines to consider as the length of the initial page. if the number of
lines specified is smaller than the number of lines in the header, then the
entire header is displayed and none of the article text.  thus, if you
start rn with -i=1 you will get the desired result. this is normally the
case for low baud rates. so you can either alias rn to 'rn -i=1' or set the
RNINIT environment variable to include "-i=1" in it.  there are many more
possibilities with a program as powerful as rn, so read the manual.

								v.
=-=-=-=-=-=-=-=-=-=-=-=-=-=-=-=-=-=-=-=-=-=-=-=-=-=-=-=-=-=-=-=-=-=-=-=-=-=-=
ARPA:	khera at cs.duke.edu		Department of Computer Science
CSNET:	khera at duke			Duke University
UUCP:	{mcnc,decvax}!duke!khera	Durham, NC 27706



More information about the Comp.unix.questions mailing list