Forked from ppflrs/Convert "application octet-stream; charset=binary" to ASCII Raw
Created
January 18, 2022 07:13
-
-
Save goooooouwa/be9a7f4f3c067210952623311ede6a56 to your computer and use it in GitHub Desktop.
Convert "application/octet-stream; charset=binary" to ASCII
This file contains hidden or bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
cat $BIN_FILE | tr -d '\0' > $NEW_FILE |
Sign up for free
to join this conversation on GitHub.
Already have an account?
Sign in to comment