1htdig(1) General Commands Manual htdig(1)
2
3
4
6 htpurge - remove unused odocuments from the database (general mainte‐
7 nance script)
8
10 htpurge [-][-a][-c configfile][-u][-v]
11
13 Htpurge functions to remove specified URLs from the databases as well
14 as bad URLs, unretrieved URLs, obsolete documents, etc. It is recom‐
15 mended that htpurge be run after htdig to clean out any documents of
16 this sort.
17
18
19 OPTIONS
20
21 - Take URL list from standard input (rather than specified with
22 -u). Format of input file is one URL per line. -a Use alternate
23 work files. Tells htpurge to append .work to database files,
24 causing a second copy of the database to be built. This allows
25 the original files to be used by htsearch during the run.
26
27 -c configfile
28 Use the specified configfile instead of the default.
29
30 -u URL Add this URL to the list of documents to remove. Must be speci‐
31 fied multiple times if more than one URL are to be removed.
32 Should nor be used together with -.
33
34 -v Verbose mode. This increases the verbosity of the program.
35 Using more than 2 is probably only useful for debugging pur‐
36 poses. The default verbose mode (using only one -v) gives a nice
37 progress report while digging.
38
40 /etc/htdig/htdig.conf
41 The default configuration file.
42
44 Please refer to the HTML pages (in the htdig-doc package)
45 /usr/share/doc/htdig-doc/html/index.html and the manual pages htdigcon‐
46 fig(8) , htdig(1) and htmerge(1) for a detailed description of ht://Dig
47 and its commands.
48
49
51 This manual page was written by Robert Ribnitz, based on the HTML docu‐
52 mentation of ht://Dig.
53
54
55
56 January 2004 htdig(1)