Changed to better whole word example

This commit is contained in:
Sean Joseph 2021-08-08 20:12:44 -04:00 committed by David Peter
parent d34e18a58c
commit 25d7c4801f
1 changed files with 3 additions and 3 deletions

View File

@ -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