lua-users home
lua-l archive

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


On Tue, Dec 1, 2009 at 5:05 AM, steve donovan  wrote:

> 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...

I think aliases are only valid for interactive shells (at least with bash)
but it's still possible the user might have a ~/bin/find script or something,
but in that case $(which find) wouldn't help much either.

 - Jeff