From 25d7c4801fac9fa537ac9fb5926bf3416f42597c Mon Sep 17 00:00:00 2001 From: Sean Joseph Date: Sun, 8 Aug 2021 20:12:44 -0400 Subject: [PATCH] Changed to better whole word example --- README.md | 6 +++--- 1 file changed, 3 insertions(+), 3 deletions(-) diff --git a/README.md b/README.md index 8f2f34e..39f926e 100644 --- a/README.md +++ b/README.md @@ -119,9 +119,9 @@ tests/testenv/mod.rs To find files with exactly the provided search pattern, use the `-g` (or `--glob`) option: ``` bash -> cd /bin -> fd -g sh -sh +> fd -g libc.so /usr +/usr/lib32/libc.so +/usr/lib/libc.so ``` ### Hidden and ignored files