用find配合xargs rm

find . -type f -name "to_delete_file_[a-z]_*_[0-9].jpg" | xargs rm

 

相关文章:

  • 2022-02-13
  • 2021-11-27
  • 2021-04-22
  • 2021-08-12
猜你喜欢
  • 2021-05-31
  • 2022-02-23
  • 2021-04-28
  • 2021-12-12
  • 2021-04-10
  • 2022-12-23
  • 2021-12-29
相关资源
相似解决方案