Base: Add missing options to grep(1) and tr(1) manpages

This commit is contained in:
Linus Groh 2021-11-12 21:56:02 +00:00
commit 2a04f1fa80
Notes: sideshowbarker 2024-07-18 01:13:58 +09:00
2 changed files with 2 additions and 0 deletions

View file

@ -24,6 +24,7 @@ $ grep [--recursive] [--extended-regexp] [--regexp Pattern] [-i] [--line-numbers
* `-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)
* `-c`, `--count`: Output line count instead of line contents
## Arguments: