Xref: utzoo news.config:1224 news.admin:5785 Path: utzoo!utgpu!jarvis.csri.toronto.edu!mailrus!tut.cis.ohio-state.edu!netsys!vector!chip From: chip@vector.Dallas.TX.US (Chip Rosenthal) Newsgroups: news.config,news.admin Subject: Re: USENET backbone file Message-ID: <242@vector.Dallas.TX.US> Date: 21 May 89 00:20:20 GMT References: <1109@stech.UUCP> Reply-To: chip@vector.Dallas.TX.US (Chip Rosenthal) Followup-To: news.config Organization: Dallas Semiconductor Lines: 26 In article <1109@stech.UUCP> jlh@stech.UUCP (Jan Harrington) writes: >Would some kind soul please mail me the text file that contains the latest >USENET backbone. #! /bin/sh # this is a "shar" archive - run through "/bin/sh" to extract 1 files: # backbone-list # Wrapped by chip@vector on Sat May 20 19:18:55 CDT 1989 # Unpacking this archive requires: sed test wc (possibly mkdir) # Existing files will not be clobbered unless "-c" is specified on the cmd line. if test -f backbone-list -a "$1" != "-c" ; then echo "backbone-list: file exists - will not be overwritten" else echo "x - backbone-list (file 1 of 1, 0 chars)" sed -e 's/^X//' << 'END_OF_FILE_backbone-list' > backbone-list END_OF_FILE_backbone-list size="`wc -c < backbone-list`" if test 0 -ne "$size" ; then echo "backbone-list: extraction error - got $size chars" fi fi echo "done - 1 files extracted" exit 0 -- Chip Rosenthal / chip@vector.Dallas.TX.US / Dallas Semiconductor / 214-450-5337