From 42a3ac7ec172bb1b502a048e1bb3f14cf299f117 Mon Sep 17 00:00:00 2001 From: isaacs Date: Mon, 27 Feb 2023 12:05:43 -0800 Subject: [PATCH] link to bash manual for Pattern Matching --- README.md | 3 ++- 1 file changed, 2 insertions(+), 1 deletion(-) diff --git a/README.md b/README.md index fb49bccb..0d38616b 100644 --- a/README.md +++ b/README.md @@ -515,7 +515,8 @@ majority of operations, this is never a problem. ### See Also: - `man sh` -- `man bash` (Search for "Pattern Matching") +- `man bash` [Pattern + Matching](https://www.gnu.org/software/bash/manual/html_node/Pattern-Matching.html) - `man 3 fnmatch` - `man 5 gitignore` - [minimatch documentation](https://github.com/isaacs/minimatch)