Skip to content

can fail on filenames containing spaces or special characters #19

@triangle-motelti

Description

@triangle-motelti

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)

Metadata

Metadata

Assignees

No one assigned

    Labels

    No labels
    No labels

    Projects

    No projects

    Milestone

    No milestone

    Relationships

    None yet

    Development

    No branches or pull requests

    Issue actions