|
Quick links About
s2p Syntax Examples
Related commands Linux / Unix main page
About s2p
The s2p command takes a sed
script specified on the command line and produces a comparable perl
script on the standard output.
Syntax
s2p [options] [filename]
| -D<number> |
Sets debugging flags. |
| -n |
Specifies that this sed script was always invoked with
a sed -n. Otherwise a switch parser is prepended to
the front of the script. |
| -p |
Specifies that this sed script was never invoked with a
sed -n. Otherwise a switch parser is prepended to the
front of the script. |
Examples
s2p myfile - converts the sed file myfile.
Related commands
a2p perl
sed
|
|
| Resolved | Were you able to locate the answer to your questions? |
|
|