Find an executable binary’s path by name.
Find all binaries with binary_name using cwd to resolve relative paths.
Find all binaries with binary_name ignoring cwd.
Find an executable binary’s path by name, ignoring cwd.
Find binary_name in the path list paths, using cwd to resolve relative paths.
Find all binaries with binary_name in the path list paths, using cwd to resolve relative paths.
Find all binaries with binary_name in the path list paths, ignoring cwd.
Find all binaries matching a regular expression in a the system PATH.
Find all binaries matching a regular expression in a list of paths.