В Linux, macOS можно найти файлы при помощи find:
$ find /folder/path -type f -iname «*.DS_Store*» -delete
и удалить их быстро
В Linux, macOS можно найти файлы при помощи find:
$ find /folder/path -type f -iname «*.DS_Store*» -delete
и удалить их быстро