Skip site navigation (1)Skip section navigation (2)
Date:      Sun, 22 Dec 1996 16:26:31 +0100
From:      Wolfram Schneider <wosch@cs.tu-berlin.de>
To:        www@freebsd.org
Subject:   invalid ftp mirrors
Message-ID:  <199612221526.QAA12489@campa.panke.de>
In-Reply-To: <199612181834.TAA08347@serv1.zsb.th-darmstadt.de>
References:  <199612181834.TAA08347@serv1.zsb.th-darmstadt.de>

next in thread | previous in thread | raw e-mail | index | archive | help

The following script print a list of ftp mirrors which are just now
unavailable.

$ for i in `perl -ne 'print "ftp://$1\n" if m%url="ftp://([^"]+)"%;' mirrors.sgml |sort -u`; do lynx -source $i ;done | grep ^lynx: 



Want to link to this message? Use this URL: <https://mail-archive.FreeBSD.org/cgi/mid.cgi?199612221526.QAA12489>