我试过这个:
find . -name *.png | xargs sudo optipng -o2
但我得到的错误参数列表太长了.
我假设xargs应该能够处理这个,并且我的语法一定有问题.
sudo find . -name '*.png' -exec optipng -o {} +