#!/bin/sh /usr/bin/find /home/archive/logs/old -type f -mtime +7 -exec rm -fv {} \;