sh.sh

#!/bin/bash




for s in "${M[@]}"
do
    l=$(echo "$s" | sed 's/\_//g' | sed 's/\://g')
    mv "$s" "$l"
done