Created
October 17, 2016 01:42
-
-
Save reporter123/5dfe905de8c8aad946bd0ee159189e65 to your computer and use it in GitHub Desktop.
magic for file command to reconize Appleworks documents.
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
# appleworks: file(1) magic for appleworks(v4,v6) documents | |
# Apple Works a word processor file | |
# Version 4.?,6.2.9 | |
# .cwk extention optional, MacOS Creator code:'BOBO' | |
1 byte =0x07 | |
>4 string BOBO | |
>>0 byte =0x04 AppleWorks 4 Document | |
>>0 byte =0x06 AppleWorks 6 Document |
Sign up for free
to join this conversation on GitHub.
Already have an account?
Sign in to comment