Included in kernel! So why not?
rename -anv .jpeg.avif .avif *
Converts all *.jpeg.avif
to *.avif
-nv
for dry run and-a
for all the files in the same directory
1 min read
Included in kernel! So why not?
rename -anv .jpeg.avif .avif *
Converts all *.jpeg.avif
to *.avif
-nv
for dry run and -a
for all the files in the same directory