Relay-Version: version B 2.10 5/3/83; site utzoo.UUCP Posting-Version: version B 2.10.1exp 10/6/83; site ihuxq.UUCP Path: utzoo!linus!decvax!harpo!eagle!hou5h!hou5a!hou5d!hogpc!drux3!ihnp4!ihuxq!ken From: ken@ihuxq.UUCP Newsgroups: net.news.b Subject: re: destructive N command Message-ID: <348@ihuxq.UUCP> Date: Wed, 12-Oct-83 09:57:34 EDT Article-I.D.: ihuxq.348 Posted: Wed Oct 12 09:57:34 1983 Date-Received: Thu, 13-Oct-83 21:05:37 EDT Organization: AT&T Bell Labs, Naperville, Il Lines: 16 it would be nice, wouldn't it? i'm not holding my breath, though, so i wrote a quickie kludge to update my .newsrc file to a specified article number. when i see i'm on article 401 of 899, i quit readnews & do my shell script nomore 899 source is pretty simple: echo "all articles up to $2 to be ignored from newsgroup $1" ( echo "/$1/s/[:!].*/: 1-$2/"; echo "w q" ) | ed - $HOME/.newsrc well, it beats hitting 498 n's. ken perlow ..ihnp4!ihuxq!ken