lua-users home
lua-l archive

[Date Prev][Date Next][Thread Prev][Thread Next] [Date Index] [Thread Index]


GNU's find is part of GNU findutils. Like many GNU tools, find seems to
be structured as a library plus a client. I haven't looked closely and
I don't know how easy it is but it seems feasible to reuse part of find's
library (libfindtools), especially pred.o, in a Lua library.