Answer the question
In order to leave comments, you need to log in
How to run jpegoptim on a large list?
I launch with a team
jpegoptim -m80 /var/www/cmidnizy/data/www/flugegeheimen.com/wp-conten t/uploads/2020/11/*.jpg
Answer the question
In order to leave comments, you need to log in
find /var/www/cmidnizy/data/www/flugegeheimen.com/wp-content -name "*.jpg" -print0 | xargs -0 jpegoptim -m80
This is a known issue, different ways to solve for example here https://stackoverflow.com/questions/11289551/argum... ,
my answer is based on the first answer from SO
Didn't find what you were looking for?
Ask your questionAsk a Question
731 491 924 answers to any question