<html>
<head>
<meta content="text/html; charset=utf-8" http-equiv="Content-Type">
</head>
<body text="#000000" bgcolor="#FFFFFF">
<div class="moz-cite-prefix">On 02/20/2016 01:23 PM, DM Smith wrote:<br>
</div>
<blockquote
cite="mid:E166A187-7074-4597-8EB6-B3498A81ABA4@crosswire.org"
type="cite">
<pre wrap="">Do we have a means to “grep” a whole repository?
</pre>
</blockquote>
<font face="FreeSerif">mkdir /tmp/dumpraw && cd
/home/ftp/pub/sword/raw/mods.d && grep -a '^\[' * | fgrep
-v ' ' | tr -d '\r]' | cut -f2 -d[ | while read m ; do echo $m ;
mod2imp $m > /tmp/dumpraw/$m.imp ; done<br>
<br>
You do now.<br>
<br>
BTW, there are rather a lot of modules which show "Error reading
ulBuffNum" due to the ancient compression bug (I think Troy fixed
it in 2010 or 2011 -- some failure to flush, as I recall). Any
possibility these could be rebuilt? The set coughed up like that
is:<br>
<br>
ArmEastern<br>
Chamorro<br>
Cro<br>
CzeB21<br>
CzeCEP<br>
Est<br>
GerAlbrecht<br>
GerGruenewald<br>
GerTafel<br>
GerTextbibel<br>
Leeser<br>
ManxGaelic<br>
Mg1865<br>
SweKarlXII<br>
Tyndale<br>
VietLCCMN<br>
VietLCCMNCT<br>
Vulgate_HebPs<br>
Wulfila<br>
Wycliffe<br>
<br>
As well, these other errors were seen:<br>
<br>
GerHfa2002 ERROR: corrupt data during decompression.<br>
GerHfaLex2002 ERROR: corrupt data during decompression.<br>
Scofield Error reading ulCompOffset<br>
SPDSS ERROR: not enough room in the out buffer during
decompression.<br>
VietLCCMN ERROR: not enough room in the out buffer during
decompression.<br>
Swe1917Of ERROR: no buffer to decompress!</font><br>
<br>
</body>
</html>