很简单,使用rename,加上点小技巧,一条命令完成批量修改linux文件名。
# rename inc.php php *.inc.php
注释:将 *.inc.php文件的 inc.php后缀 改为 php