grep /departments/ed/cece /u/httpd/logs/referer_log|grep -v .jpeg|grep -v .JPEG|grep -v .gif|grep -v .GIF|sort -r|uniq -c > referlog.txt grep /departments/ed/cece /u/httpd/logs/access_log|grep -v .jpeg|grep -v .JPEG|grep -v .gif|grep -v .GIF|sort -r > complog.txt chmod 775 *