<html>
<head>
<meta content="text/html; charset=ISO-8859-1"
http-equiv="Content-Type">
</head>
<body bgcolor="#FFFFFF" text="#000000">
<font face="FreeSerif">In this new world, what happens with the 30%
of non-OSIS Bible modules?<br>
<br>
$ pwd<br>
/home/karl/.sword/mods.d<br>
$ grep -l ^DataPath.*text * | wc -l<br>
402<br>
$ grep -l ^DataPath.*text * | xargs grep SourceType= | tr -d '\r'
| cut -f2 -d= | sort | uniq -c<br>
34 GBF<br>
282 OSIS<br>
2 Plain<br>
1 Plaintext<br>
45 ThML<br>
1 VPL<br>
$ echo $[100-28200/402]<br>
30</font><br>
</body>
</html>