Zsh Mailing List Archive
Messages sorted by: Reverse Date, Date, Thread, Author

find -exec + <TAB> doesn't work



this works


```sh

find . -maxdepth 1 -exec file {} \; <TAB>

```

but this does not


```sh
find . -maxdepth 1 -exec file {} + <TAB>
```

I checked the _find file

```sh

 '*-exec:program: _command_names -e:*\;::program arguments: _normal' \
```

problem is here.



Messages sorted by: Reverse Date, Date, Thread, Author