find / -name 'core.*[[:digit:]]' 2> /dev/null | xargs rm -f > /root/delcores.txt
/bin/find / -name 'core.*[[:digit:]]' 2> /dev/null