mirror of
https://github.com/uutils/findutils.git
synced 2026-06-10 15:48:30 -07:00
30a22453d6
Given
find . -exec foo{}bar \;
GNU find will replace `{}` by the filename. This commit matches that
behavior.
Note that this is not required by the POSIX spec.
The GNU testsuite doesn't cover this case, so I've added a test in this
repo.