Scripts

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

(diff) ← Older revision | Latest revision (diff) | Newer revision → (diff)
Jump to: navigation, search

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