find - Fastest Method for Retrieving a File Structure (unix shell) -
okay, know can use find return files in directory (and nested directories) match various criteria. however, if want return files no matching of kind, there faster alternatives?
i.e - want return files within directory (and nested directories) without performing kind of filtering; there faster way this?
when return files, mean isn't directory, , no following of symbolic links (though should included in result).
i'm working huge (1,000,000+ files) structure, , find takes @ least 15 minutes complete no criteria other ! -type d, slow, i'm hoping there alternatives can try.
Comments
Post a Comment