CMD + K

grep

Community

Grep searches one or more input files for lines containing a match to a specified pattern

Installation

To install this package, run one of the following:

Conda
$conda install conda-forge::grep

Usage Tracking

3.12
3.11
3.10
3.9
4 / 8 versions selected
Downloads (Last 6 months): 0

Description

Given one or more patterns, grep searches input files for matches to the patterns. When it finds a match in a line, it copies the line to standard output (by default), or produces whatever other sort of output you have requested with options.

About

Summary

Grep searches one or more input files for lines containing a match to a specified pattern

Last Updated

Oct 1, 2025 at 04:57

License

GPL-3.0-or-later

Total Downloads

122.6K

Version Downloads

14.7K

Supported Platforms

macOS-64
macOS-arm64
linux-64
linux-ppc64le
linux-aarch64