This commit is contained in:
Amber 2024-02-23 11:37:14 +01:00
parent e42c2b2517
commit e7ac53fbe7
1 changed files with 4 additions and 0 deletions

View File

@ -47,3 +47,7 @@ vfind ~/nerd_tree/ "(.*)py" -i src
include the results that along the path have the name **src**.<br />
In a similar manner you can exclude paths with the option **-e**
```
vfind ~/nerd_tree/ "(.*)py" -e src
```