Skip to content

Instantly share code, notes, and snippets.

@vodolaz095
Created September 10, 2016 17:42
Show Gist options
  • Star 1 You must be signed in to star a gist
  • Fork 0 You must be signed in to fork a gist
  • Save vodolaz095/7851156485b3c08200ef1d37681bdf7a to your computer and use it in GitHub Desktop.
Save vodolaz095/7851156485b3c08200ef1d37681bdf7a to your computer and use it in GitHub Desktop.
Decode viber messages
#!/bin/bash
unzip Viber\ messages.zip
find . -name "*.CSV" -exec iconv -c -f UCS-2 -t UTF-8 {} -o {}.txt \;
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment