Created
March 22, 2018 03:24
-
-
Save yehgdotnet/258b783e6022825b8f623bcaa0c7c7b7 to your computer and use it in GitHub Desktop.
.DS_Store Reader shell script
This file contains 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
xxd -p .DS_Store | sed 's/00//g' | tr -d '\n' | sed 's/\([0-9A-F]\{2\}\)/0x\1 /g' | xxd -r -p | strings | sed 's/ptb[LN]ustr//g' |
Sign up for free
to join this conversation on GitHub.
Already have an account?
Sign in to comment