From mboxrd@z Thu Jan 1 00:00:00 1970 Received: from pigeon.gentoo.org ([208.92.234.80] helo=lists.gentoo.org) by finch.gentoo.org with esmtp (Exim 4.60) (envelope-from ) id 1Q332m-0002mX-6R for garchives@archives.gentoo.org; Fri, 25 Mar 2011 09:11:04 +0000 Received: from pigeon.gentoo.org (localhost [127.0.0.1]) by pigeon.gentoo.org (Postfix) with SMTP id 8B56D1C02A; Fri, 25 Mar 2011 09:09:30 +0000 (UTC) Received: from mail-qy0-f181.google.com (mail-qy0-f181.google.com [209.85.216.181]) by pigeon.gentoo.org (Postfix) with ESMTP id 5BE2E1C02A for ; Fri, 25 Mar 2011 09:09:30 +0000 (UTC) Received: by qyg14 with SMTP id 14so547382qyg.19 for ; Fri, 25 Mar 2011 02:09:29 -0700 (PDT) DKIM-Signature: v=1; a=rsa-sha256; c=relaxed/relaxed; d=gmail.com; s=gamma; h=domainkey-signature:mime-version:in-reply-to:references:date :message-id:subject:from:to:content-type; bh=gjx4OxXxSFksILMCvh6ZvwBUcP/bHcg6P2LUf6t+swg=; b=ob4xLQstfQN+1YHE1bKduvsWL2h7M19G60DZTzVr3j1Uv9pncbuWczqKrO1rLbpzOm Igz8E9zXSkKEQqYaRqhY3Gjw21Yg/sSde9/Vqb2sGjjH7qy4KvE9ANkvjPWCd5fJE6Jj Y351fwJZLmOt6kojX76K8XtwNNDVRRytgrEsM= DomainKey-Signature: a=rsa-sha1; c=nofws; d=gmail.com; s=gamma; h=mime-version:in-reply-to:references:date:message-id:subject:from:to :content-type; b=cgSV9KqNbWMndiYHcS4UgQ/JJ4P73aTxbEB7HzbmcoL71fl7MkpcUv+ZNVuGwKQoco cQFVdXgoZrhdb8LQ0ZG7ZmVA5eGlthFbzNMPdgnVhFNLNjm184GcCIkz9k4xD0sWcgsQ /O3bFpdG4fCJTJclW3pb7F4nRW1QexL0ZKBLE= Precedence: bulk List-Post: List-Help: List-Unsubscribe: List-Subscribe: List-Id: Gentoo Linux mail X-BeenThere: gentoo-user@lists.gentoo.org Reply-to: gentoo-user@lists.gentoo.org MIME-Version: 1.0 Received: by 10.229.24.12 with SMTP id t12mr385482qcb.224.1301044169676; Fri, 25 Mar 2011 02:09:29 -0700 (PDT) Received: by 10.229.142.15 with HTTP; Fri, 25 Mar 2011 02:09:29 -0700 (PDT) In-Reply-To: <20110324231045.29883942@digimed.co.uk> References: <4D8BB307.30806@gmail.com> <20110324231045.29883942@digimed.co.uk> Date: Fri, 25 Mar 2011 10:09:29 +0100 Message-ID: Subject: Re: [gentoo-user] How can I find all "orphaned" files? From: "Mr. Jarry" To: gentoo-user@lists.gentoo.org Content-Type: text/plain; charset=ISO-8859-1 X-Archives-Salt: X-Archives-Hash: 1e2b67039409d4cf1347d3ae63ee43be On Fri, Mar 25, 2011 at 12:10 AM, Neil Bothwick wrote: > > qfile operates on the files you give it, it doesn't recurse into > directories. > > Try find / -xdev -type f -exec qfile -o {} + Oh, thanks, now it is clear. I think man-page is a little confusing: "qfile -o" does not find orphan files, it only checkes if the given file is orphan, or not. But first I have to prepare a list of files which will be used as arguments for "qfile"... Jarry