186d7f5d3SJohn Marino 286d7f5d3SJohn Marino#------------------------------------------------------------------------------ 386d7f5d3SJohn Marino# weak: file(1) magic for very weak magic entries, disabled by default 486d7f5d3SJohn Marino# 586d7f5d3SJohn Marino# These entries are so weak that they might interfere identification of 686d7f5d3SJohn Marino# other formats. Example include: 786d7f5d3SJohn Marino# - Only identify for 1 or 2 bytes 886d7f5d3SJohn Marino# - Match against very wide range of values 986d7f5d3SJohn Marino# - Match against generic word in some spoken languages (e.g. English) 1086d7f5d3SJohn Marino 1186d7f5d3SJohn Marino# Summary: Computer Graphics Metafile 1286d7f5d3SJohn Marino# Extension: .cgm 1386d7f5d3SJohn Marino#0 beshort&0xffe0 0x0020 binary Computer Graphics Metafile 1486d7f5d3SJohn Marino#0 beshort 0x3020 character Computer Graphics Metafile 1586d7f5d3SJohn Marino 1686d7f5d3SJohn Marino#0 string =!! Bennet Yee's "face" format 17