Convert all PNG to WebP – Linux Command

find . -maxdepth 1 -type f -name "*.png" -exec sh -c 'cwebp -q 80 {} -o $(basename {} .png).webp' \;

Previous Post
Download Dynamic Download Links
Next Post
Monitoring Apache access logs and capture suspicious requests

No results found.

Leave a Reply

Your email address will not be published. Required fields are marked *

Fill out this field
Fill out this field
Please enter a valid email address.

Menu