Path: utzoo!utgpu!jarvis.csri.toronto.edu!rutgers!tut.cis.ohio-state.edu!ucbvax!ucsfcgl!cca.ucsf.edu!wet!epsilon From: epsilon@wet.UUCP (Eric P. Scott) Newsgroups: news.newusers.questions Subject: Re: Skipping the "More" promt Keywords: no more "more" Message-ID: <469@wet.UUCP> Date: 21 Aug 89 19:50:35 GMT References: <424@wet.UUCP> <1361@jolnet.ORPK.IL.US> Reply-To: epsilon@wet.UUCP (Eric P. Scott) Distribution: news Organization: Wetware Diversions, San Francisco Lines: 28 In article <1361@jolnet.ORPK.IL.US> swan@jolnet.UUCP (Joel Swan) writes: >While using RN, how does one cause the remainder of a news article to be >displayed without receiving anymore "MORE" prompts. >The reason? >Sometimes someone posts a uuencoded file that I want to capture with my >computer. I would like to give RN a command so that the remainder of the >article will flow without stopping. I also won't need to edit out the >"MORE" text later. Unless your connection is RELIABLE (e.g. you are using MNP or some other error-correcting technique) your best bet is to save the article (using some variant of the "s" or "w" commands) and use kermit/[xyz]modem or somesuch to do the actual transfer. You are asking for serious trouble otherwise. If you DO have a reliable connection, you can save to /dev/tty and the entire article will be written to your terminal. If you use DC2/DC4 to trigger capture, you can create a shell script containing echo "\022\c";cat;echo "\024\c" or echo -n "\022";cat;echo -n "\024" (whichever works on your system) and pipe into it. Then you shouldn't have to edit anything out. -=EPS=-