On Mon, Jan 29, 2007 at 02:26:46PM -0800, Bob McGowan wrote:
> The primary issue with the form the original poster used
> (and it may not be an issue, either, but intentional) is
> that the wildcard path will automatically *exclude* any
> and all files/directories whose names begin with a dot,
> such as .kde or .tkman, for example.
> 
> Whether this is a problem or a feature depends on exactly
> what the OP is trying to do.

It'll also fail if the glob expands to too many arguments.
Generally if you're using find, its to get around
limitations with argv lengths, ls output, coping with
spaces/odd chars in names, etc., so avoiding a glob in the
find call is probably worth it.


-- 
Jon Dowland


-- 
To UNSUBSCRIBE, email to [EMAIL PROTECTED] 
with a subject of "unsubscribe". Trouble? Contact [EMAIL PROTECTED]

Reply via email to