Linux 批量替换文件名

find -name "*parsed" |awk  '{print $1}' |xargs -i{}  mv {} {}.44

原文地址:https://www.cnblogs.com/drgcaosheng/p/5772869.html