pub fn find_all<P>(src: P, target: &str) -> Result<Vec<PathBuf>, Error>where P: AsRef<Path> + Sized,
unix find <src> -name <target>
find <src> -name <target>