我使用以下命令仅删除以DBG2 天开头的文件,但此语法不打印已删除的文件
DBG
find /tmp -type f -mtime +2 -name "DBG*" -exec rm {} \;
如何添加查找语法,打印以打印已删除的文件?
find
find ×1