xargs -I 用{}代替参数

ls | xargs -I {} mv {} prefix{} //给当前目录下所有文件加前缀