// aviod Argument list too long find . -maxdepth 1 -type f -name "temp_file_name_*" -delete
find . -type f | xargs rm -f