#!/bin/csh -f

foreach d (S.*)
    echo $d
    find $d \( \! -user pop -o \! -group poplog \) -ls
end
