Accents everywhere (to be removed, obviously)
scripts, shell | pfortuny | (2)
Accents have again (I still live in Spain and do some work for the Spanish Administration) crept into my terminal. This time it was a group of University professors which had to create a lot of files and directories concerning a historical catalog and even though I remember telling the coordinator not to use accents or spaces or any funny characters, they did it. I should have known better...
The problem was then to take away all spaces and non-ASCII characters from directory and file names.
After thinking about it a bit, I came up with the solution below. There may be ...