The standard Unix utility named "find" for walking file hierarchies in order to find or process files. When using this tag, please add a tag to identify the platform.
find
is a standard Unix utility (CLI) mandated by POSIX for walking file hierarchies based on a variety of criteria in order to find matching files or execute commands on them.
The find
implementations found on modern Unix platforms typically implement extensions to the POSIX specification for find
.
It is fine to use this tag even for questions involving platform-specific extension to find
, as long as you also add a tag identifying the platform.