<html>
<head>
<meta http-equiv="content-type" content="text/html; charset=utf-8">
</head>
<body text="#000000" bgcolor="#FFFFFF">
<font face="FreeSerif">I'm removing a pile of modules, 1 at a time:<br>
<br>
$ pwd<br>
/home/karl/.sword/mods.d<br>
$ list yss*<br>
-rw-r--r-- 1 karl karl 3086 Aug 15 23:50 yss_yamano2004.conf<br>
-rw-r--r-- 1 karl karl 3091 Aug 15 23:50 yss_yawu1996.conf<br>
$ installmgr -u yss_yawu1996<br>
Removed module: [yss_yawu1996]<br>
$ installmgr -u yss_yamano2004<br>
Removed module: [yss_yamano2004]<br>
$ <b>list yss*</b><br>
-rw-r--r-- 1 karl karl 3086 Aug 15 23:50 <b>yss_yamano2004.conf</b><br>
-rw-r--r-- 1 karl karl 3091 Aug 15 23:50 <b>yss_yawu1996.conf</b><br>
$ grep ^DataPath= yss*<br>
yss_yamano2004.conf:DataPath=./modules/texts/ztext/yss_yamano2004/<br>
yss_yawu1996.conf:DataPath=./modules/texts/ztext/yss_yawu1996/<br>
$ ls -d ../modules/texts/ztext/yss*<br>
/bin/ls: cannot access ../modules/texts/ztext/yss*: No such file
or directory<br>
<br>
The content is gone, the .conf remains.<br>
</font>
</body>
</html>