#!/bin/bash curl -Ss 'http://fox-toolkit.org/ftp/' \ | sed ' s@^.*.*$@\1@ t d ' \ | grep '^1\.6\b' \ | sort -V \ | tail -n1