Skip site navigation (1)Skip section navigation (2)
Date:      Sat, 19 Aug 1995 08:44:38 -0700
From:      "Justin T. Gibbs" <gibbs@freefall.FreeBSD.org>
To:        "Jordan K. Hubbard" <jkh@time.cdrom.com>
Cc:        current@freebsd.org
Subject:   Re: Broken find?? 
Message-ID:  <199508191544.IAA10865@freefall.FreeBSD.org>
In-Reply-To: Your message of "Sat, 19 Aug 95 03:37:08 PDT." <199508191037.DAA04443@time.cdrom.com> 

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!
>
>						Jordan

Anything after the path specification is considered part of the filter.
What you want it:

find -x . -print

--
Justin T. Gibbs
===========================================
  Software Developer - Walnut Creek CDROM
  FreeBSD: Turning PCs into workstations
===========================================



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