📌  相关文章
📜  终端删除以 - Shell-Bash 代码示例开头的文件

📅  最后修改于: 2022-03-11 14:50:40.761000             🧑  作者: Mango

代码示例1
find  . -name 'name*' -exec rm {} \;