From Code to Community: Sponsoring The Perl and Raku Conference 2025 Learn more

#!/bin/sh
find . \( -name '*%' -o -name '*.bak' -o -name '*.orig' -o \
-name '*.old' -o -name '*.undone' -o \
-name 'core' -o -name 'malloc*.out' \) -ls -exec rm -f {} \;