Dos : rename all files to to lowercase in terminal
Interesting solution found on stackoverflow. In terminal, in current folder we write: for /f "Tokens=*" %f in ('dir /l/b/a-d') do (rename "%f" "%f")
Interesting solution found on stackoverflow. In terminal, in current folder we write: for /f "Tokens=*" %f in ('dir /l/b/a-d') do (rename "%f" "%f")
In short words, two commands: brew remove aspell brew install aspell --with-lang-pl And now, we have dictionary with pl :)