lua-users home
lua-l archive

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


Hi my dear list :-)

I have try to find a lua module that acts like GNU find, it can
enumerate files in a directory, and makes some filter on it:

find "." :name ".svn" :prune()
    :OR():print()


or something like it.

Has someone heard it somewhere?

thanks everybody :-)