#!/bin/sh # clean out old copies of mass-check logs # 180 days = ~6 months cd /home/automc/corpus/html find . -mtime +180 -name '*.log.gz' | xargs rm -f