Gentoo Archives: gentoo-user

From: Neil Bothwick <neil@××××××××××.uk>
To: gentoo-user@l.g.o
Subject: Re: [gentoo-user] How can I find all "orphaned" files?
Date: Thu, 24 Mar 2011 23:12:50
Message-Id: 20110324231045.29883942@digimed.co.uk
In Reply to: [gentoo-user] How can I find all "orphaned" files? by Jarry
1 On Thu, 24 Mar 2011 22:09:27 +0100, Jarry wrote:
2
3 > I know, there is "qfile" with "-o" option, but its syntax is
4 > not clear to me. I tried "qfile -o *" but that is apparently
5 > not the correct syntax, as all I got were a few top-level
6 > subdirectories and nothing more...
7
8 qfile operates on the files you give it, it doesn't recurse into
9 directories.
10
11 Try find / -xdev -type f -exec qfile -o {} +
12
13
14 --
15 Neil Bothwick
16
17 Copper wire was invented by two Scotsmen fighting over a penny!

Attachments

File name MIME type
signature.asc application/pgp-signature

Replies

Subject Author
Re: [gentoo-user] How can I find all "orphaned" files? Dale <rdalek1967@×××××.com>
Re: [gentoo-user] How can I find all "orphaned" files? "Mr. Jarry" <mr.jarry@×××××.com>