如何移动大量不同格式的文件时不需要确认?

如何移动大量不同格式的文件时不需要确认?

如题
加上-f这个参数!
什么叫打量不同格式的文件?
mv -f命令, 强制执行,不在confirm了
时间,就是金钱!
type "alias" , you will see a line :

alias mv='mv -i'
which means that when you use "mv" actually you use mv -i ,so it will need your confirmation


so remove this line. that's OK
but I don't recommend that