25ter März 2026, Daniel Schildt
benutzer
$ mkdir ~/BLFS-Patches
$ cd ~/BLFS-Patches
$ wget https://www.linuxfromscratch.org/blfs/downloads/stable-systemd/patches/
$ cat index.html | grep "\.patch" | cut -d "\"" -f 2 > Dateien.txt
$ rm index.html
$ while read Zeile do wget "https://www.linuxfromscratch.org/blfs/downloads/stable-systemd/patches/$Zeile" done < Dateien.txt
$ while read Zeile do echo "wget http://blfs.daniel-schildt.de/13.0/patch/$Zeile" done < Dateien.txt
$ rm Dateien.txt