
| Current Path : /var/www/web-klick.de/dsh/21_finance/23/ |
Linux ift1.ift-informatik.de 5.4.0-216-generic #236-Ubuntu SMP Fri Apr 11 19:53:21 UTC 2025 x86_64 |
| Current File : /var/www/web-klick.de/dsh/21_finance/23/renamefile.py |
import os,glob,re,shutil
path=("13__*/NOT_PARSED__*","13__*/*/NOT_PARSED__*","13__*/*/*/NOT_PARSED__*","13__*/*/*/*/NOT_PARSED__*")
fil=[]
for p in path :
fil=fil+glob.glob(p)
print(len(fil))
for f in fil :
shutil.move(f,re.sub("NOT_PARSED__","",f))