I have a directory full of files name: "file1.mp4.mp4 file1.mp4.mp4 file1.mp4.mp4 ...".
I would like to rename all of them using find from "file1.mp4.mp4" to "file1.mp4" and some other bash tools it would look something like this but with a regular expression:
find . -name "*.mp4" |xargs echo -0