#!/bin/sh # retrieves an rfc from uunet file="rfc${1}.Z" ftp -n ftp.uu.net << ! user anonymous who@what.com cd inet/rfc get $file quit ! uncompress $file .