Skip to content

Instantly share code, notes, and snippets.

View javiercantero's full-sized avatar

Javier Cantero javiercantero

View GitHub Profile
@javiercantero
javiercantero / rename-lowercase.py
Created March 12, 2012 16:28
recursively rename all the files and subdirs of current dir to lowercase
#!/usr/bin/python
#
# rename-lowercase.py
#
# recursively rename all the files and subdirs of current dir to lowercase
# (for example, from an old MS-DOS .zip)
#
# renombra recursivamente todos los ficheros y subdirectorios del directorio
# actual a minusculas (por ejemplo, proveniente de un antiguo .zip de MS-DOS)
#