Scripts

From MyWiki
Revision as of 13:20, 23 September 2014 by George2 (Talk | contribs)

Jump to: navigation, search

Convert utf-16 to ascii ( Powershell creates text files in a format which confuses Unix scripts )
cat yes_login.txt | iconv -f UTF-16 -t ASCII > yes_ascii.txt