Ubuntu 24.04.1 LTS | Lataa ja asenna | Tutustu yhteisöön | Blogi | Yritysten tarjoamat palvelutValmistajien tukemat Ubuntu-tietokoneet: kannettavatietokone.fi uudet ja käytetyt sekä Lenovo-verkkokauppa
lynx -dump http://www.webpagepublicity.com/free-fonts.html#FreeFonts | grep .ttf | awk '{ print $2}' | grep http
lynx -dump http://www.webpagepublicity.com/free-fonts.html#FreeFonts | grep .ttf | awk '{ print $2}' | grep http | { while read -r line ; do wget "$line" ; done }
lynx -dump -nonumbers http://www.webpagepublicity.com/free-fonts.html#FreeFonts | grep .ttf | xargs -i wget {}