linux-批量修改目录下后缀shell

#!/bin/bash
cd /opt
rename .sh .shell *.sh
echo "后缀修改成功"

posted @ 2016-10-11 16:15  D.零下的小书屋  阅读(395)  评论(0)    收藏  举报