in reply to Re: system command errorin thread system command error
find . \( -name '*.std' -o -name 'ULOG.*' \) -mtime +9 -type -f -print +0 | perl -0777 -F'/\0/' -lane 'unlink @F' [download]
Makeshifts last the longest.