Skip site navigation (1)Skip section navigation (2)
Date:      Sat, 19 Aug 1995 04:18:52 -0700 (PDT)
From:      "Rodney W. Grimes" <rgrimes@gndrsh.aac.dev.com>
To:        jkh@time.cdrom.com (Jordan K. Hubbard)
Cc:        current@freebsd.org
Subject:   Re: Broken find??
Message-ID:  <199508191118.EAA29355@gndrsh.aac.dev.com>
In-Reply-To: <199508191037.DAA04443@time.cdrom.com> from "Jordan K. Hubbard" at Aug 19, 95 03:37:08 am

next in thread | previous in thread | raw e-mail | index | archive | help
> 
> >From the man page:
> 
>      -x      The -x option prevents find from descending into directories that
>              have a device number different than that of the file from which
>              the descent began.
> 
> root@time-> find . -x -print
> find: -x: unknown option
> 
> Ack!  And just when I needed that option, too!

Someone has munged the man page, that use to be ``-xdev'', and I just
tested it here, xdev still works so:

find . -xdev -print

is what you want...


-- 
Rod Grimes                                      rgrimes@gndrsh.aac.dev.com
Accurate Automation Company                 Reliable computers for FreeBSD



Want to link to this message? Use this URL: <https://mail-archive.FreeBSD.org/cgi/mid.cgi?199508191118.EAA29355>