| 1234567891011121314151617 | 
#------------------------------------------------------------------------------# plan9:  file(1) magic for AT&T Bell Labs' Plan 9 executables# From: "Stefan A. Haubenthal" <polluks@web.de>#0	belong		0x00000107	Plan 9 executable, Motorola 68k0	belong		0x000001EB	Plan 9 executable, Intel 3860	belong		0x00000247	Plan 9 executable, Intel 9600	belong		0x000002AB	Plan 9 executable, SPARC0	belong		0x00000407	Plan 9 executable, MIPS R30000	belong		0x0000048B	Plan 9 executable, AT&T DSP 32100	belong		0x00000517	Plan 9 executable, MIPS R4000 BE0	belong		0x000005AB	Plan 9 executable, AMD 290000	belong		0x00000647	Plan 9 executable, ARM 7-something0	belong		0x000006EB	Plan 9 executable, PowerPC0	belong		0x00000797	Plan 9 executable, MIPS R4000 LE0	belong		0x0000084B	Plan 9 executable, DEC Alpha
 |