#!/bin/ksh # IBM_PROLOG_BEGIN_TAG # This is an automatically generated prolog. # # # # Licensed Materials - Property of IBM # # (C) COPYRIGHT International Business Machines Corp. 2017,2019 # All Rights Reserved # # US Government Users Restricted Rights - Use, duplication or # disclosure restricted by GSA ADP Schedule Contract with IBM Corp. # # IBM_PROLOG_END_TAG # sccsid = "@(#)74 1.3 src/rsct/trace/trcspl/ctmonfs_var_cleanup.sh, trace, rsct_rady, rady2035a 4/20/19 21:25:30" # NOTE: delete core files older then 7 days in /var/ct dir ##find /var/ct -name "core*" -type f -mtime +7 -exec rm -f {} \; > /dev/null 2>&1