免费注册 查看新帖 |

Chinaunix

  平台 论坛 博客 文库
最近访问板块 发新帖
查看: 804 | 回复: 0
打印 上一主题 下一主题

linux批量重命名目录下某类型的文件—括子目录中的 [复制链接]

论坛徽章:
0
跳转到指定楼层
1 [收藏(0)] [报告]
发表于 2008-03-04 12:03 |只看该作者 |倒序浏览
linux批量重命名目录下某类型的文件—括子目录中的~
[root@ftp test]# ls -R
.:
aircraft.txt          connect_leg.txt   flight_day.txt        restrict_class.txt
airline.txt           date_day.txt      flight_fare.txt       restriction.txt
airport_service.txt   day_name.txt      flight.txt            state.txt
airport.txt           dual_carrier.txt  food_service.txt      stop1.txt
city.txt              fare.txt          ground_service.txt    stop.txt
class_of_service.txt  fconnection.txt   jdjdj                 time_interval.txt
code_description.txt  file.txt          month_name.txt        time_zone.txt
compound_class.txt    flight_class.txt  restrict_carrier.txt  transport.txt
./jdjdj:
aircraft.txt          connect_leg.txt   flight_fare.txt       state.txt
airline.txt           date_day.txt      flight.txt            stop1.txt
airport_service.txt   day_name.txt      food_service.txt      stop.txt
airport.txt           dual_carrier.txt  ground_service.txt    time_interval.txt
city.txt              fare.txt          month_name.txt        time_zone.txt
class_of_service.txt  fconnection.txt   restrict_carrier.txt  transport.txt
code_description.txt  flight_class.txt  restrict_class.txt
compound_class.txt    flight_day.txt    restriction.txt
把./ and ./jdjdj
下的.txt重命名为.ini
其实就困难在子目录上,当前目录还是能做出来的
#ls -lR|grep .txt|awk '{print $0$9}' >; file.txt
#awk -F. '{print "mv "$1"."$2" "$1".ini"}' file.txt
               
               
               

本文来自ChinaUnix博客,如果查看原文请点:http://blog.chinaunix.net/u1/34831/showart_489116.html
您需要登录后才可以回帖 登录 | 注册

本版积分规则 发表回复

  

北京盛拓优讯信息技术有限公司. 版权所有 京ICP备16024965号-6 北京市公安局海淀分局网监中心备案编号:11010802020122 niuxiaotong@pcpop.com 17352615567
未成年举报专区
中国互联网协会会员  联系我们:huangweiwei@itpub.net
感谢所有关心和支持过ChinaUnix的朋友们 转载本站内容请注明原作者名及出处

清除 Cookies - ChinaUnix - Archiver - WAP - TOP