Ubuntu 26.04 LTS | Lataa ja asenna | Tutustu yhteisöön | Blogi | Yritysten tarjoamat palvelutUusimmat julkaisut: Ubuntu 26.04 LTS (23.4.2026)
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 {}