find . \( -name '*.std' -o -name 'ULOG.*' \) -mtime +9 -type -f -print0 | perl -0777 -F'/\0/' -lane 'unlink @F'