Skip to content

Instantly share code, notes, and snippets.

@a1ip
Last active September 20, 2017 16:16
Show Gist options
  • Select an option

  • Save a1ip/e0e44bf0b36fd14412de to your computer and use it in GitHub Desktop.

Select an option

Save a1ip/e0e44bf0b36fd14412de to your computer and use it in GitHub Desktop.
Encoding commands
iconv -f cp1251 -t utf-8 < file > file.new
head -10 file | iconv -f cp1251 -t utf-8
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment