Difference between revisions of "Scripts"
From MyWiki
(Created page with "'''Convert utf-16 to ascii'''<br> cat yes_login.txt | iconv -f UTF-16 -t ASCII > yes_ascii.txt") |
(No difference)
|
Revision as of 13:18, 23 September 2014
Convert utf-16 to ascii
cat yes_login.txt | iconv -f UTF-16 -t ASCII > yes_ascii.txt