> For the complete documentation index, see [llms.txt](https://til.devjugal.com/llms.txt). Markdown versions of documentation pages are available by appending `.md` to page URLs; this page is available as [Markdown](https://til.devjugal.com/linux/ccze-scrolling-output.md).

# Ccze Scrolling Output

Scrolling output is not possible with `ccze` by default, use `--mode=ansi` to disable this behavior.

## Example

```bash
cat /var/log/auth.log | ccze --mode=ansi
```

***Source:*** [***Unix - StackExchange***](https://unix.stackexchange.com/a/278283)
