in reply to Re: system command error
in thread system command error

Filenames may contain newlines though.
find . \( -name '*.std' -o -name 'ULOG.*' \) -mtime +9 -type -f -print +0 | perl -0777 -F'/\0/' -lane 'unlink @F'

Makeshifts last the longest.