[Date Prev][Date Next][Thread Prev][Thread Next]
[Date Index]
[Thread Index]
- Subject: Re: Portably iterate over a directory
- From: Jeff Pohlmeyer <yetanothergeek@...>
- Date: Tue, 1 Dec 2009 05:12:47 -0600
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