listings / mvmd5
#!/bin/bash
mv -v "$1" "$(md5sum $1 | awk '{print $1}').$(echo $1 | cut --fields=2 --delimiter=.)"