NAME

ansicolrm - colrm command handling ANSI terminal sequences

SYNOPSIS

ansicolrm [ start [ end ] ... ]

VERSION

Version 1.21

DESCRIPTION

This is an alias for ansifold(1) command and works as if option --colrm was given. See App::ansifold manual for other options.

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

$ 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

ansifold

colrm(1)

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.