Help for this page
"expect -f '$theScript' '$cd' pwd 'find . -name '*.std*' -s (^^^^^^^^^^) (^^^) (^^^^^^^^^^^^^^) (^^^
0: expect 1: -f ... 4: pwd 5: find . -name *.std* -o -name ULOG.* -mtime +9 -type f -exec rm {} +\; 6: pwd
system( 'expect', '-f', $theScript, $cd, 'pwd', "find . -name '*.std*' -o -name 'ULOG.*' -mtime +9 -type f -e +xec rm {} ';'", "pwd", );