#!/bin/sh

find /ftp/ -name "[ACDU]*_*.log" | xargs rm -f

