I would like to come up with a bash script that would add a random alphanumeric string to the end of all the files. I would like the string to have a length of 10.
So if I had the filename: hello.jpg It would become: hello_v41e6ebadx_.jpg
Does anyone have any ideas on how to accomplish this?