mirror of
https://github.com/LadybirdBrowser/ladybird.git
synced 2025-12-08 06:09:58 +00:00
1.1 KiB
1.1 KiB
Name
grep
Synopsis
$ grep [--recursive] [--extended-regexp] [--regexp Pattern] [-i] [--line-numbers] [--invert-match] [--quiet] [--no-messages] [--binary-mode ] [--text] [-I] [--color WHEN] [file...]
Options:
--help: Display help message and exit--version: Print version-r,--recursive: Recursively scan files-E,--extended-regexp: Extended regular expressions-e Pattern,--regexp Pattern: Pattern-i: Make matches case-insensitive-n,--line-numbers: Output line-numbers-v,--invert-match: Select non-matching lines-q,--quiet: Do not write anything to standard output-s,--no-messages: Suppress error messages for nonexistent or unreadable files--binary-mode: Action to take for binary files ([binary], text, skip)-a,--text: Treat binary files as text (same as --binary-mode text)-I: Ignore binary files (same as --binary-mode skip)--color WHEN: When to use colored output for the matching text ([auto], never, always)
Arguments:
file: File(s) to process