命令行大全

s2p

rose1 发表于 2020-10-23 09:37浏览次数:

在类似Unix的操作系统上,s2p命令采用在命令行上指定的sed脚本,并在标准输出上生成可比较的perl脚本

查看英文版

目录:

1 s2p 运行系统环境

2 s2p 语法

3 s2p 例子

s2p 运行系统环境

Linux

s2p 语法

s2p [options] [filename<]

选件

-D 设置调试标志。
-n 指定始终使用sed -n调用此sed脚本。否则,切换解析器将位于脚本的前面。
-p 指定此sed脚本从未用sed -n调用。否则,切换解析器将位于脚本的前面。
s2p [options] [filename<]

Options

-D Sets debugging flags.
-n Specifies that this sed script was always invoked with sed -n. Otherwise, a switch parser is prepended to the front of the script.
-p Specifies that this sed script was never invoked with sed -n. Otherwise, a switch parser is prepended to the front of the script.

查看英文版

查看中文版

s2p 例子

s2p myfile

转换sed文件myfile。

s2p myfile

Converts the sed file myfile.

查看英文版

查看中文版