Ubuntu 24.04.1 LTS | Lataa ja asenna | Tutustu yhteisöön | Blogi | Yritysten tarjoamat palvelutLiity Ubuntu Suomen seuraan muualla: Discourse, Facebook, Mastodon, Matrix, Telegram, X
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 {}