xref: /freebsd/contrib/file/magic/Magdir/weak (revision ae316d1d1cffd71ab7751f94e10118777a88e027)
1
2#------------------------------------------------------------------------------
3# $File: weak,v 1.3 2024/06/10 23:09:52 christos Exp $
4# weak:  file(1) magic for very weak magic entries, disabled by default
5#
6# These entries are so weak that they might interfere identification of
7# other formats. Example include:
8# - Only identify for 1 or 2 bytes
9# - Match against very wide range of values
10# - Match against generic word in some spoken languages (e.g. English)
11
12# Summary: Computer Graphics Metafile
13# Extension: .cgm
14#0	beshort&0xffe0	0x0020		binary Computer Graphics Metafile
15#0	beshort		0x3020		character Computer Graphics Metafile
16
17#0	string		=!!		Bennet Yee's "face" format
18