On Thu, 24 Mar 2011 22:09:27 +0100, Jarry wrote: > I know, there is "qfile" with "-o" option, but its syntax is > not clear to me. I tried "qfile -o *" but that is apparently > not the correct syntax, as all I got were a few top-level > subdirectories and nothing more...
qfile operates on the files you give it, it doesn't recurse into
directories.
Try find / -xdev -type f -exec qfile -o {} +
--
Neil Bothwick
Copper wire was invented by two Scotsmen fighting over a penny!
signature.asc
Description: PGP signature

