Convertendo arquivos em massa para utf8
2011-11-07 06:47:00
2011-11-07 06:45:00
Autor:
Sony Santos
(sony)
https://gigawiki.com/sony/convertendo-arquivos-em-massa-para-utf8
Permalink:
https://gigawiki.com/2778
categ = dicas, list, soluções; so = linux
find . -name "*.txt" -exec iconv -f ISO-8859-1 -t UTF-8 {} -o {}.utf8 \;
(
Fonte
)
Please enable JavaScript to view the
comments powered by Disqus.
blog comments powered by
Disqus