diff options
Diffstat (limited to 'deansi.1')
| -rw-r--r-- | deansi.1 | 20 |
1 files changed, 20 insertions, 0 deletions
diff --git a/deansi.1 b/deansi.1 new file mode 100644 index 0000000..ecbc7b9 --- /dev/null +++ b/deansi.1 @@ -0,0 +1,20 @@ +.Dd April 20, 2025 +.Dt DEANSI 1 +.Os +. +.Sh NAME +.Nm deansi +.Nd remove ansi escape sequences +. +.Sh SYNOPSIS +.Nm +. +.Sh DESCRIPTION +.Nm +prints input +excluding every control sequence introducer commands +from the input, +allowing to read output in tools like +.Xr less 1 +without +.Fl R . |