<div dir="ltr">Tried really hard to understand what you are trying to do... but, wut?</div><div class="gmail_extra"><br><br><div class="gmail_quote">On 15 June 2014 20:50, Russell Coker <span dir="ltr">&lt;<a href="mailto:russell@coker.com.au" target="_blank">russell@coker.com.au</a>&gt;</span> wrote:<br>
<blockquote class="gmail_quote" style="margin:0 0 0 .8ex;border-left:1px #ccc solid;padding-left:1ex">I&#39;ve got an enum in a data structure that I&#39;d like to display in the output of<br>
file(1).<br>
<br>
0       beshort                 0xfe01          MySQL table definition file<br>
&gt;2      byte                    x               Version %d,<br>
&gt;3      byte                    9               Type MYISAM<br>
&gt;3      byte                    12              Type INNODB<br>
<br>
The above is a sample of what I&#39;m doing, values 9 and 12 in byte 3 correspond<br>
to MYISAM and INNODB entries for the MySQL FRM file.<br>
<br>
<a href="https://github.com/twitter/mysql/blob/master/sql/handler.h" target="_blank">https://github.com/twitter/mysql/blob/master/sql/handler.h</a><br>
<br>
The above URL has what seems to be a complete list, so I could write 31 lines<br>
in /etc/magic for this, but that&#39;s ugly.  Is there a way I can specify a list<br>
of values to match followed by a list of strings to display and not have 31<br>
lines?<br>
<br>
I&#39;d like to develop a patch that can be accepted into the Debian package and<br>
hopefully upstream so it has to be the least ugly way of doing it.<br>
<span class="HOEnZb"><font color="#888888"><br>
--<br>
My Main Blog         <a href="http://etbe.coker.com.au/" target="_blank">http://etbe.coker.com.au/</a><br>
My Documents Blog    <a href="http://doc.coker.com.au/" target="_blank">http://doc.coker.com.au/</a><br>
<br>
<br>
_______________________________________________<br>
linux-aus mailing list<br>
<a href="mailto:linux-aus@lists.linux.org.au">linux-aus@lists.linux.org.au</a><br>
<a href="http://lists.linux.org.au/listinfo/linux-aus" target="_blank">http://lists.linux.org.au/listinfo/linux-aus</a><br>
</font></span></blockquote></div><br></div>