function dot_version() { sed -r 's/^([[:digit:]])/\1./g' <<< $1 } export -f dot_version