>>420
touchを含んだ関数を~/.bashrcに定義しておけばいいのでは
function mvm() {
mv $1 $2
touch $2
}
タイムスタンプ更新したいときは
$ mvm from to
とする