Thanks Mike. Very helpful. > I don't have time to write the script right now, > but a something simple like: > > find . * | xargs ls -l | awk -F" " '{print $7 $9}' > > then man on sort and uniq. You could also just toss > the output into a spreadsheet.