home | list info | list archive | date index | thread index

[OCLUG-Tech] Odd behaviour in find

Is it just me or should this work?

    $ find -xdev -- foo
    find: unknown predicate `--'
    $

But not this?

    $ find -- foo -xdev -name 'sadasdasdasd'
    $