Guide
This commit is contained in:
parent
e42c2b2517
commit
e7ac53fbe7
|
@ -47,3 +47,7 @@ vfind ~/nerd_tree/ "(.*)py" -i src
|
||||||
|
|
||||||
include the results that along the path have the name **src**.<br />
|
include the results that along the path have the name **src**.<br />
|
||||||
In a similar manner you can exclude paths with the option **-e**
|
In a similar manner you can exclude paths with the option **-e**
|
||||||
|
|
||||||
|
```
|
||||||
|
vfind ~/nerd_tree/ "(.*)py" -e src
|
||||||
|
```
|
||||||
|
|
Loading…
Reference in New Issue