Sed 是一个流编辑器。
预计编译时间: 0.1 SBU所需磁盘空间: 6.4 MB
6.20.1. 安装 Sed
为编译 Sed 做准备:
./configure --prefix=/usr --bindir=/bin --enable-html
新配置选项的含义:
--enable-html
This builds the HTML documentation.
编译软件包:
make
要测试结果,请运行:make check
。
安装软件包:
make install
6.20.2. Sed 的内容
安装的程序: sed
简要描述
sed | 流式(单向)过滤和改变文本文件 |