Hello,<br><br>I would like to recode in Haskell a piece of bash program that uses find. The advantage of find is that it is quite easy to use and fast.<br>Is there a package that let us access to find-like functionnalities, with similar performances? Or at least some C functions that could be used through the FFI?<br>
(I would like to avoid to recur through directories and match files myself, I tried it and the search lasts for ages).<br><br>