我想使用所选文件夹运行如下 shell 脚本:
exiftool -k -P -overwrite_original_in_place -ImageDescription= /Users/User/Pictures/2013.09.22\ -\ Парк\ Горького/*.ARW
如果我通过终端进行操作,效果会很好。但是,当我尝试使用 Automator 进行自动化时:
- 选择 Finder 对象
- 变量的设定值 (
path
) - 运行外壳脚本:
exiftool -k -P -overwrite_original_in_place -ImageDescription= $1*.ARW
exiftool 找不到该文件。我试过$1\*.ARW
了 - 它没有帮助。