linux 批量修改文件名



# rename   inc.php  php  *.inc.php

注释:将 *.inc.php文件的  inc.php后缀 改为  php

原文地址:https://www.cnblogs.com/ztguang/p/12647326.html