I
I
Ivanko2019-03-25 17:05:38
linux
Ivanko, 2019-03-25 17:05:38

Can bash automatically compress jpg files in subfolders?

How to automatically compress jpg files in subfolders in bash (shared-hosting) with max. file sizes, for example 640h480 and the quality, for example, 90%?
Thank you!

Answer the question

In order to leave comments, you need to log in

1 answer(s)
R
Rsa97, 2019-03-25
@Rsa97

find . -name "*.jpg" -exec здесь_ваша_команда_сжатия {} \;

Didn't find what you were looking for?

Ask your question

Ask a Question

731 491 924 answers to any question