diff options
| author | Bruce Hill <bruce@bruce-hill.com> | 2024-01-15 16:25:01 -0500 |
|---|---|---|
| committer | Bruce Hill <bruce@bruce-hill.com> | 2024-01-15 16:25:01 -0500 |
| commit | 18bb2575caffe7f4d16ed967e52072a8518d8ba0 (patch) | |
| tree | 2d9b6660412b8f1fd798ec8230d400bc823e0fcf /bp.1.md | |
| parent | 3a728b28df662af9ad588a9a95c94ce030a3f4dd (diff) | |
Smart case by default
Diffstat (limited to 'bp.1.md')
| -rw-r--r-- | bp.1.md | 3 |
1 files changed, 3 insertions, 0 deletions
@@ -34,6 +34,9 @@ syntax. : Print only the names of files containing matches instead of the matches themselves. +`-c`, `--case` +: Perform pattern matching with case-sensitivity (the default is smart casing, i.e. case-insensitive, unless there are any uppercase letters present). + `-i`, `--ignore-case` : Perform pattern matching case-insensitively. |
