help-gnu-utils
[Top][All Lists]
Advanced

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

Re: gnufind implicit "-and" operator


From: Paul Jarc
Subject: Re: gnufind implicit "-and" operator
Date: Sun, 23 Oct 2005 01:33:05 -0400
User-agent: Gnus/5.110003 (No Gnus v0.3) Emacs/21.4 (gnu/linux)

tim.largy@gmail.com wrote:
> The gnufind man page states that expressions are composed of options,
> tests, and actions, all separated by operators, and that "-and is
> assumed where the operator is omitted."

Operators can be used to connect tests and actions.  Options are
separate.

>         find . -mindepth 1 -and -print
>         find . -maxdepth 1 -and -print
>         find . -mount -and -print
>         find . -noleaf -and -print
>         find . -xdepth -and -print

Those are options.  They stand alone, with no operators.


paul




reply via email to

[Prev in Thread] Current Thread [Next in Thread]