lua-users home
lua-l archive

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


On Tue, Dec 1, 2009 at 1:02 PM, Michael Pruemm <mpruemm@gmail.com> wrote:
> -- This code works for me:
> local dircmd = "find . -type f -print" -- default to Unix

Probably best to use the full path to find, like /usr/bin/find or even
$(which find), just in case your user has strange aliases...