filter

command
v0.0.0-...-143e6d5 Latest Latest
Warning

This package is not in the latest version of its module.

Go to latest
Published: Feb 24, 2026 License: GPL-3.0 Imports: 8 Imported by: 0

Documentation

Overview

`filter` searches text content in files (grep-like behavior).

Useful options include: - `--ignore-case`, `--line-number`, `--count` - `--recursive`, `--files-only`, `--fixed` - `--before`, `--after`, `--context`

Example usage: ```sh filter error app.log filter --ignore-case --line-number timeout logs/*.log filter --recursive --files-only panic ./services filter --fixed --count "request id" api.log ```

Jump to

Keyboard shortcuts

? : This menu
/ : Search site
f or F : Jump to
y or Y : Canonical URL