From 18bb2575caffe7f4d16ed967e52072a8518d8ba0 Mon Sep 17 00:00:00 2001 From: Bruce Hill Date: Mon, 15 Jan 2024 16:25:01 -0500 Subject: Smart case by default --- bp.1.md | 3 +++ 1 file changed, 3 insertions(+) (limited to 'bp.1.md') diff --git a/bp.1.md b/bp.1.md index 97f12f4..7679936 100644 --- a/bp.1.md +++ b/bp.1.md @@ -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. -- cgit v1.2.3