%general-entities; ]> gawk &gawk-version;
&gawk-url;
Gawk-&gawk-version; Gawk <para>The Gawk package contains programs for manipulating text files.</para> <segmentedlist> <segtitle>&buildtime;</segtitle> <segtitle>&diskspace;</segtitle> <seglistitem> <seg>&gawk-ch6-sbu;</seg> <seg>&gawk-ch6-du;</seg> </seglistitem> </segmentedlist> </sect2> <sect2 role="installation"> <title>安装Gawk First, ensure some unneeded files are not installed: sed -i 's/extras//' Makefile.in 准备安装 Gawk: ./configure --prefix=/usr 编译该软件包: make 运行下列命令以测试编译结果: make check 安装该软件包: make install If desired, install the documentation: mkdir -v /usr/share/doc/gawk-&gawk-version; cp -v doc/{awkforai.txt,*.{eps,pdf,jpg}} /usr/share/doc/gawk-&gawk-version; Gawk 的内容 安装的程序 安装的库 安装的目录 awk (link to gawk), gawk, gawk-&gawk-version;, and igawk filefuncs.so, fnmatch.so, fork.so, inplace.so, ordchr.so, readdir.so, readfile.so, revoutput.so, revtwoway.so, rwarray.so, testext.so, and time.so /usr/lib/gawk, /usr/libexec/awk, /usr/share/awk, and /usr/share/doc/gawk-&gawk-version; 简要描述 awk A link to gawk awk gawk A program for manipulating text files; it is the GNU implementation of awk gawk gawk-&gawk-version; A hard link to gawk gawk-&gawk-version; igawk Gives gawk the ability to include files igawk