#!/bin/sh

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

