- New options to filter by user and group. (See
--uid
,--user
,--gid
,--group
.) - New options to not descend directories on other filesystems. (See
--xdev
,--mount
.)
- Thanks to Carsten Beyer and Anna Fuchs for helpful comments and suggestions.
- New option "--newer PATH" to filter based on mtime of given path.
- New option "--exec" to execute arbritrary system commands for each discovered file/dir.
- New option "--quit" to quit after the first match was found.
- Static builds now based on latest Alpine Linux 3.x instead of always 3.14.
- Names of discovered files/dirs now get printed before other processing, such as copy or unlink.
- Option "--name" also filters directory names now.
- Thanks to Ido Szargel, Adar Zinger, Deborah Gironde for helpful comments and suggestions.
- Fixed potential file descriptor leak when reading dir contents fails.
- Option "--name PATTERN" may now be given multiple times to match any of the given patterns.
- Thanks to Ido Szargel for helpful comments and suggestions.
- New option "--copyto PATH" to copy all discovered regular files, symlinks, dirs from source to given destination.
- New option "--unlink" to delete all files under the given path.
- Thanks to Vang Le Quy for helpful comments and suggestions.
- Initial release by Sven Breuner.
- Thanks to Paul Hargreaves for helpful comments and suggestions.