How about
find /usr -print0 | xargs -0 rpm -qf |grep 'not owned'
and some sed afterwards?
On Wed, Jul 27, 2005 at 05:12:53PM +0300, Michael Green wrote:
> I'm looking for script that will traverse filesystem of an RPM-based
> distro and find files that do not belong to any RPM.
--
Dan Kenigsberg http://www.cs.technion.ac.il/~danken ICQ 162180901
=================================================================
To unsubscribe, send mail to [EMAIL PROTECTED] with
the word "unsubscribe" in the message body, e.g., run the command
echo unsubscribe | mail [EMAIL PROTECTED]