I would like to rename a Multiple files in Multiple directories into a single filename. Let say i have files
- k1-abc in one directory
- k1-def in 2nd directory
- k1-adt in 3rd directory
The common thing in all the file names is k1 followed by some other name
I need to rename all the filenames as Dockerfile I dont have rename command in my Linux
what is the best command to do this