Advertisement
iama_alpaca

colonremover.py

Jul 11th, 2017
168
0
Never
Not a member of Pastebin yet? Sign Up, it unlocks many cool features!
Python 0.09 KB | None | 0 0
  1. #! /usr/bin/python3
  2. import os
  3. for fn in os.listdir('.'):
  4.     os.rename(fn, fn.replace(':',''))
Advertisement
Add Comment
Please, Sign In to add comment
Advertisement