This file contains hidden or bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
#!/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) | |
# |
NewerOlder