Remove matching files directly from find.
Section: Actions and locate
Delete old temporary files
bash
bash
find /tmp -type f -name '*.tmp' -deleteLearn the surrounding workflow
Compare similar commands or jump into common fixes when this command is part of a bigger troubleshooting path.
Related commands
Same sheet · prioritizing Actions and locate