gawk

Spiegel

http://paketspiegel.de/gawk-5.3.2.tar.xz onnlein
LFS 13.0

LFS

https://lfs.daniel-schildt.de/systemd/chapter08/gawk.html

https://lfs.daniel-schildt.de/systemd/chapter06/gawk.html

gawk → findutils

gawk → grep

Bauen

BAU=/bau cd $BAU pwd if [ ! -e gawk-5.3.2.tar.xz ] then wget http://paketspiegel.de/gawk-5.3.2.tar.xz fi if [ -d gawk-5.3.2 ] then rm --force --recursive gawk-5.3.2 fi tar --extract -f gawk-5.3.2.tar.xz cd gawk-5.3.2 pwd cd .. pwd