sedsed(1) | Debugger and code formatter for sed scripts | sedsed(1) |
sedsed - debugger and code formatter for sed scripts
sedsed OPTION [-e sedscript] [-f sedscriptfile] [inputfile]
sedsed can debug, indent, tokenize and HTMLize sed scripts.
In debug mode, it reads the target script and adds extra commands to it. When executed it shows the data flow between the commands, revealing all the magic sed does on its internal buffers.
In indent mode, the script is reformatted with standard spacing.
In tokenize mode, it shows the elements of every command used.
In HTMLize mode, the script is converted to a beautiful colored HTML file, with all the commands and parameters identified for best viewing.
sedsed was written by Aurelio Jargas <aurelio@aurelio.net>.
This manual page was written by Marcos Talau <marcos@talau.info> for the Debian project (but may be used by others).
08 Dec 2021 | sedsed-2.0.0 |