Dale schrieb am 17.08.2008 05:06:
Dale wrote:
Will report back later. Dale

:-)  :-)



OK. I ran it but not real sure what the output is. Text file attached. Looks like a error or two and not sure if that matters or not.

Info:

portage-utils-0.1.29
portage-2.2_rc8

Thanks

Dale

:-)  :-)

Try the attached file, putting the script directly into the mail probably broke it!

Regards,

Daniel
#!/bin/bash

# Print out orphan files in specified directories

find /etc -xdev -type f -print | xargs qfile -o
find /usr -xdev \( -path /usr/src -prune \) -o -type f -not -name '*.pyc' -not 
-name '*.pyo' \
-not -name .keep  -print | xargs qfile -o
find /lib -xdev \( -path /lib/modules -prune \) -o -type f | xargs qfile -o

Reply via email to