Skip to content

Instantly share code, notes, and snippets.

@mdurys
Created December 4, 2014 10:54
Show Gist options
  • Select an option

  • Save mdurys/0b0c67a26525ad127fad to your computer and use it in GitHub Desktop.

Select an option

Save mdurys/0b0c67a26525ad127fad to your computer and use it in GitHub Desktop.
Convert text file from UTF8 LF to CP1250 CRLF
iconv -f utf8 -t cp1250 file.txt | sed 's/$'"/`echo \\\r`/" >file_cp1250_crlf.txt
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment