NAME
ansicolrm - colrm command handling ANSI terminal sequences
SYNOPSIS
ansicolrm [ start [ end ] ... ]
VERSION
Version 1.28
DESCRIPTION
This is an alias for ansifold(1) command and works as if option --colrm was given. See App::ansifold manual for other options.
ARGUMENTS
Takes colrm(1) command compatible arguments and implicitly set seprator string empty. Next command behave exactly like colrm start end
and takes care of ANSI terminal sequences.
$ ansicolrm 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 | ansicolrm 1 3 7 9
^^^ ^^^
INSTALL
CPANMINUS
$ cpanm App::ansifold
SEE ALSO
AUTHOR
Kazumasa Utashiro
LICENSE
Copyright ©︎ 2018-2024 Kazumasa Utashiro
This library is free software; you can redistribute it and/or modify it under the same terms as Perl itself.