#! /bin/sh wget ftp://ftp.isc.org/pub/usenet/control/`echo $1 | cut -d. -f1`/$1.Z if [ -f $1.Z ]; then uncompress -f $1.Z; fi