In the current CVS version (3.1b2) option -t is broken.
here is path for this
Index: htdig3/htcommon/DocumentDB.cc
===================================================================
RCS file: /opt/htdig/cvs/htdig3/htcommon/DocumentDB.cc,v
retrieving revision 1.5
diff -u -p -r1.5 DocumentDB.cc
--- DocumentDB.cc 1998/10/18 20:37:41 1.5
+++ DocumentDB.cc 1998/10/27 14:41:19
@@ -203,7 +203,7 @@ int DocumentDB::CreateSearchDB(char *fil
String command = SORT_PROG;
String tmpdir = getenv("TMPDIR");
- command << "-n -o" << filename;
+ command << " -n -o" << filename;
if (tmpdir.length())
{
command << " -T " << tmpdir;
Vadim Chekan.
----------------------------------------------------------------------
To unsubscribe from the htdig mailing list, send a message to
[EMAIL PROTECTED] containing the single word "unsubscribe" in
the body of the message.