2020-12-14 20:00:50 -05:00
|
|
|
A program to strip ansi codes from text files
|
2020-12-14 18:44:43 -05:00
|
|
|
|
2020-12-14 20:00:50 -05:00
|
|
|
I found this in NetBSD Problem Report #48092, a change request from
|
|
|
|
Nathanial Sloss where he included its source. See
|
|
|
|
netbsd_gnat_change_request.origin which was saved from
|
2020-12-14 18:44:43 -05:00
|
|
|
https://gnats.netbsd.org/48092
|
|
|
|
|
2020-12-15 20:22:30 -05:00
|
|
|
Installation:
|
|
|
|
|
|
|
|
make
|
|
|
|
sudo make install
|
|
|
|
|
|
|
|
Note: on some systems you may want to set MANDIR, e.g. ...
|
|
|
|
|
|
|
|
sudo make install MANDIR=/usr/local/man
|
|
|
|
|
|
|
|
The default is to put the man page under /usr/local/share/man.
|
|
|
|
See Makefile.
|