Mudar charset e quebra de linha recursivamente no Linux
26 Feb
Sometime ago I have to change the charset and line breaks of a web application from charset iso-8859-1 (US-Latin) to UTF-8 and linux break lines to windows break lines. At that time chronos helped to create this small script that I’m sharing now: #!/bin/sh #change extensions filter as you need find -type f | egrep [...]





