[EMAIL PROTECTED] 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


_______________________________________________
help-gnu-utils mailing list
help-gnu-utils@gnu.org
http://lists.gnu.org/mailman/listinfo/help-gnu-utils

Reply via email to