The top-level entry point for listing files without searching them. This
recursively steps through the file list (current directory by default) and
prints each path sequentially using a single thread.
The top-level entry point for listing files without searching them. This
recursively steps through the file list (current directory by default) and
prints each path sequentially using multiple threads.
The top-level entry point for –pcre2-version.
The top-level entry point for single-threaded search. This recursively
steps through the file list (current directory by default) and searches
each file sequentially.
The top-level entry point for multi-threaded search. The parallelism is
itself achieved by the recursive directory traversal. All we need to do is
feed it a worker for performing a search on each file.
The top-level entry point for –type-list.