python批量重命名【截取文件名前六个字符 】
#!/usr/bin/python # -*- coding: UTF-8 -*- import os, sys # 打开文件 path = "/home/landv/Desktop/l/" dirs = os.listdir( path ) # 输出所有文件和文件夹 for file in dirs: if os.path.splitext(file)[1] == '.jpg': new=file[0:6]#截取文件名前六个字符 os.rename(file,new)#进行重命名 #print file
网名:浩秦;
邮箱:root#landv.pw;
博客:landv.cnblogs.com;
只要我能控制一個國家的貨幣發行,我不在乎誰制定法律。金錢一旦作響,壞話隨之戛然而止。