Skip to content

[Bash] 批量删除指定后缀的文件 #26

Open
@yangruihan

Description

@yangruihan
find . -type f -iname \*.jpg -delet

其中:

  • -type 文件类型
  • -iname 区分大小写
  • -delete 对符合条件的文件执行删除命令

注:最好先运行不带-delete的版本查看符合条件的文件

参考地址:https://blog.csdn.net/songbaiyao/article/details/107051217

Metadata

Metadata

Assignees

No one assigned

    Projects

    No projects

    Milestone

    No milestone

    Relationships

    None yet

    Development

    No branches or pull requests

    Issue actions