Find centralized, trusted content and collaborate around the technologies you use most.
Teams
Q&A for work
Connect and share knowledge within a single location that is structured and easy to search.
我正在尝试使用递归命令来缩小我的项目中的图像,但是当我执行命令时,它给出了这个错误:
“参数命令还是指定的”
命令是:
find . -name "*.jpg" -exec imagemin {}/* --out-dir={}/* \;
这有什么问题?我正在使用 Windows 10。
谢谢