this works ```sh find. -maxdepth 1 -exec file {}\; ``` but this does not ```sh find. -maxdepth 1 -exec file {} + ``` I checked the _find file ```sh '*-exec:program: _command_names -e:*\;::program arguments: _normal' \ ``` problem is here.