On Thu, 12 Jun 2003, Hall, Ken (IDS ECCS) wrote:

> Go to:
>
> http://www.redhat.com/download/mirror.html
>
> The only site listed there that has s390 available is:
>
> ftp://mirror.mcs.anl.gov/pub/redhat/redhat/linux/7.2/en/os/s390/

Oh look, run this script:
lynx -dump http://www.redhat.com/download/mirror.html \
        | awk '/(http:|ftp:)/ {print "lynx -dump " $2}' \
        | grep /en/os/ \
        | sed -e 's=/9/=/7.2/=' -e 's=i386=s390=' \
        | bash -x\
        >rep 2>&1


--


Cheers
John.

Join the "Linux Support by Small Businesses" list at
http://mail.computerdatasafe.com.au/mailman/listinfo/lssb

Reply via email to