Linux Shell 批量更换文件名或后缀名

把下列所有.c的文件名修改为.cc

 

rename .c .cc *.c

posted @ 2016-11-29 16:29  nkwy2012  阅读(2037)  评论(0)    收藏  举报