RIPGREP(1)
NAME
ripgrep — Recursively search directories for a regex pattern — blazingly fast
SYNOPSIS
$
sudo apt install ripgrepINFO
61.5k stars
2.4k forks
0 views
RustText Processing
DESCRIPTION
ripgrep is a line-oriented search tool that recursively searches the current directory for a regex pattern. By default, ripgrep will respect gitignore rules and automatically skip hidden files/directories and binary files.
SEE ALSO
bat(1)— A cat clone with syntax highlighting and Git integrationjq(1)— Command-line JSON processor — sed for JSON datafx(1)— Terminal JSON viewer and processor — interactive explorationconfig-file-validator(1)— Cross Platform tool to validate configuration filesprobe(1)— AI-friendly semantic code search engine for large codebases. Combines ripgrep speed with tree-sitter AST parsing.…
clihub3/4/2026RIPGREP(1)