Cleaner_42
Cleaner_42 copied to clipboard
can fail on filenames containing spaces or special characters
the current temporary file cleanup in LinuxCleaner_42.sh uses unquoted command substitution that fails on filenames with spaces or special characters replace it with find -exec to handle all filenames correctly
clean_glob $(find /tmp -type f -user "$USER" 2>/dev/null)