From owner-freebsd-questions@FreeBSD.ORG Mon Nov 7 00:58:44 2005 Return-Path: X-Original-To: freebsd-questions@freebsd.org Delivered-To: freebsd-questions@freebsd.org Received: from mx1.FreeBSD.org (mx1.freebsd.org [216.136.204.125]) by hub.freebsd.org (Postfix) with ESMTP id 99C7B16A41F for ; Mon, 7 Nov 2005 00:58:44 +0000 (GMT) (envelope-from jellis@dhnet.us) Received: from smtp2.linkline.com (smtp2.linkline.com [64.30.215.157]) by mx1.FreeBSD.org (Postfix) with ESMTP id 4139943D6A for ; Mon, 7 Nov 2005 00:58:44 +0000 (GMT) (envelope-from jellis@dhnet.us) Received: from [64.30.211.58] (64-30-211-58.dsl.linkline.com [64.30.211.58]) by smtp2.linkline.com (Postfix) with ESMTP id 5AD9C16C; Sun, 6 Nov 2005 16:58:38 -0800 (PST) User-Agent: Microsoft-Entourage/11.2.0.050811 Date: Sun, 06 Nov 2005 16:58:37 -0800 From: Jeffrey Ellis To: Roland Smith , Jeffrey Ellis Message-ID: Thread-Topic: More help with find Thread-Index: AcXjNmJ8oVNzNk8pEdqYJgAKlXMBfA== In-Reply-To: <20051106232444.GB46371@slackbox.xs4all.nl> Mime-version: 1.0 Content-type: text/plain; charset="US-ASCII" Content-transfer-encoding: 7bit Cc: freebsd-questions@freebsd.org Subject: Re: More help with find X-BeenThere: freebsd-questions@freebsd.org X-Mailman-Version: 2.1.5 Precedence: list List-Id: User questions List-Unsubscribe: , List-Archive: List-Post: List-Help: List-Subscribe: , X-List-Received-Date: Mon, 07 Nov 2005 00:58:44 -0000 Hi, Rolland-- Ok. Stupid of me. Find -x /volumes/foo/* Seems to work fine. So I guess now I'm just left with the display and sorting questions. All My Best, Jeffrey on 11/6/05 3:24 PM, Roland Smith at rsmith@xs4all.nl wrote: > On Sun, Nov 06, 2005 at 01:40:12PM -0800, Jeffrey Ellis wrote: > >> What I really need is an expression which will ls all files found which have >> a mod. date/time of more than a certain number of days from today, but that >> are *not* in the Volumes directory, i.e., only those results which exist on >> the startup volume. >> >> Is there a way to do this? > > The FreeBSD version of find has the '-x' option that does what you > want. Don't know what kind of 'find' darwin uses. GNU find has a similar > option. > > Roland