>>880
bash限定なら、

#!/bin/bash
echo -n 'コマンド? '
read comm
md5sum `type -p $comm`