Function etc::find_all

source ·
pub fn find_all<P>(src: P, target: &str) -> Result<Vec<PathBuf>, Error>
where P: AsRef<Path> + Sized,
Expand description

unix find <src> -name <target>