NAME
ansicolrm - colrm command handling ANSI terminal sequences
SYNOPSIS
ansicolrm [ start [ end ] ... ]
VERSION
Version 1.19
DESCRIPTION
This is an alias for ansifold(1) command and works as if option --colrm was given. See App::ansifold manual for detail.
OPTIONS
--colrm [ start [ end ] ... ]
Option --colrm takes colrm(1) command compatible arguments and implicitly set --separate empty. Next command behave exactly like colrm start end and takes care of ANSI terminal sequences.
$ ansifold --colrm start end
Unlike standard colrm(1), start and end can be repeated as many times as desired. Next command removes column 1-3 and 7-9 and produces 4560 as a result.
$ echo 1234567890 | ansifold --colrm 1 3 7 9
^^^ ^^^
If the command is executed with the name ansicolrm, it works the same as if the --colrm option were given.
INSTALL
CPANMINUS
$ cpanm App::ansifold
SEE ALSO
AUTHOR
Kazumasa Utashiro
LICENSE
Copyright 2018-2023 Kazumasa Utashiro
This library is free software; you can redistribute it and/or modify it under the same terms as Perl itself.