<sect2> <title>Installation of Mawk</title> <para>Install Mawk by running the following commands:</para> <para><screen><userinput>./configure &&</userinput> <userinput>make &&</userinput> <userinput>make BINDIR=/usr/bin \</userinput> <userinput> MANDIR=/usr/share/man/man1 install &&</userinput> <userinput>cd /usr/bin &&</userinput> <userinput>ln -s mawk awk</userinput></screen></para> </sect2>