mirror of
https://github.com/sharkdp/fd.git
synced 2024-11-17 09:28:25 +01:00
Changed to better whole word example
This commit is contained in:
parent
d34e18a58c
commit
25d7c4801f
1 changed files with 3 additions and 3 deletions
|
@ -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
|
||||
|
|
Loading…
Reference in a new issue