[Wow, that's a great and useful subject.]

On Thursday 24 September 1998, at 12 h 39, the keyboard of Jorge del Conde 
<[EMAIL PROTECTED]> wrote:

> If I type the following command : ./htdig -v -s -a
> a .work gets appended to the db.files.
> 
> What happens when the process finishes?....do the .work get appended to
> the db.files?

No, you have to do it yourself (I now, it's a bit surprising).

Here is an example in Bourne shell, assuming you have two bases, base1 and base2:

BASES="base1 base2"
SUFFIXES="docdb docs.index wordlist words.gdbm"

for i in ${BASES}
do
 for j in ${SUFFIXES}
 do
  mv -f $i.$j.work $i.$j
 done
done


----------------------------------------------------------------------
To unsubscribe from the htdig mailing list, send a message to
[EMAIL PROTECTED] containing the single word "unsubscribe" in
the body of the message.

Reply via email to