Konstantin

Results 3 comments of Konstantin

It worked! Thank you @roginvs! It looks like a bug, because even no any warning in the console when running it with a bad encoding.

I ran these commands to resolve this: ``` brew install dos2unix find . -iname "*.lst" | while read f ; do dos2unix "$f"; done find . -iname "*.txt" | while...

Thanks! This is very useful!