csed(1)

CSED(1) User Commands CSED(1)

NAME

csed - manual page for csed version 1.0.1rc6

SYNOPSIS

csed [-hvFf] [--help] [--version] [--force] [--file=FILE] [commands...]
csed [commands...]

DESCRIPTION

CSed is a color stream editor. This is a simple filter, you can use to colorize output of any program.

-h, --help
display help screen
-v, --version
display version information
-F, --force
force colorization even on non-tty outputs
-f, --file
obtain patterns from file FILE

Csed command format are simple: '[address] p color[,attribute]'. Addresses in a `Csed' script can be in any of the following forms:

/regex/; NUMBER; FIRST~SEP; ADDR1,ADDR2; ADDR1,+N;

See sed documentation for details. E.g., command '/.*/ p blue' will colorize whole string with blue color.

AUTHOR

Written by Stanislav Ievlev

REPORTING BUGS

Report bugs to <inger@altlinux.org>

COPYRIGHT

Copyright © 2002-2004 ALT Linux Team

June 2019 csed version 1.0.1rc6