Skip to content

Instantly share code, notes, and snippets.

@rewida17
Created January 17, 2018 12:51
Show Gist options
  • Star 0 You must be signed in to star a gist
  • Fork 0 You must be signed in to fork a gist
  • Save rewida17/0691037b9cc661a64105277ff0d0ffac to your computer and use it in GitHub Desktop.
Save rewida17/0691037b9cc661a64105277ff0d0ffac to your computer and use it in GitHub Desktop.
Konwenter stron manuali z linux.pl ISO-8859-2 => UTF8
#!/bin/bash
curl http://www.linux.pl/man/index.php?command="$1" |enca -x utf8 |sed 's/iso-8859-2/utf-8/' > /tmp/linux.html
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment