yup-grep

command module
v0.1.0 Latest Latest
Warning

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

Go to latest
Published: Jul 4, 2026 License: AGPL-3.0 Imports: 3 Imported by: 0

README

yup-grep

NAME:
   grep - search for patterns in files

USAGE:
   grep [OPTIONS] PATTERN [FILE...]

   Search for PATTERN in each FILE.
   When no FILE is specified, read from standard input.
   PATTERN is a fixed-string match by default.

VERSION:
   dev

GLOBAL OPTIONS:
   --ignore-case, -i      ignore case distinctions
   --invert-match, -v     select non-matching lines
   --line-number, -n      prefix each line with its line number
   --count, -c            print only a count of matching lines
   --word-regexp, -w      match only whole words
   --line-regexp, -x      match only whole lines
   --extended-regexp, -E  interpret PATTERN as an extended regular expression
   --help, -h             show help
   --version              print version information and exit

Documentation

Overview

Command yup-grep is the CLI wrapper around github.com/gloo-foo/cmd-grep.

Jump to

Keyboard shortcuts

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