egrep -r --include='*.c' 'timer_create' * | awk '{ gsub(/\.c:/, ".test", $1); print $1 }' | sort | uniq | while read path; do test -e $path && $path > /dev/null; printf "$path $?\n"; done | tee run-new.log