Skip to content

Instantly share code, notes, and snippets.

@sowich
Created September 29, 2021 11:03
Show Gist options
  • Save sowich/b2f2d531c5489c766d2d27fb7eeb87bb to your computer and use it in GitHub Desktop.
Save sowich/b2f2d531c5489c766d2d27fb7eeb87bb to your computer and use it in GitHub Desktop.
Convert bin-txt
Конвертировать binary-файл в txt
xxd -p 1.mp3 1.txt
Конвертировать из txt в binary-файл
xxd -r -p 1.txt 2.mp3
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment