On 2015-12-26, dan mclaughlin <[email protected]> wrote: > ftp -o - http://www.openbsd.org/ftp.html | more > > will display the html source of the page, which is pretty easy to read even > unrendered.
No need to parse the html, ftp -o - http://www.openbsd.org/build/mirrors.dat | grep -e ^U -e ^G[CITS]

