kDrive conflict
find ./ -type f -exec rename 's/(.+)_conflict_[0-9]{8}_[0-9]{6}_[0-9a-zA-Z]{10}(\..+)*$/$1$2/' '{}' \;
Fix kDrive conflict on Linux and rename files by removing conflict informations
find ./ -type f -exec rename 's/(.+)_conflict_[0-9]{8}_[0-9]{6}_[0-9a-zA-Z]{10}(\..+)*$/$1$2/' '{}' \;
Fix kDrive conflict on Linux and rename files by removing conflict informations