Ubuntu 24.04.2 LTS | Lataa ja asenna | Tutustu yhteisöön | Blogi | Yritysten tarjoamat palvelutUusimmat julkaisut: 24.04.2 LTS (suositeltu, 20.2.2025) ja 25.04 (17.4.2025).
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 {}