source: gsdl/trunk/trunk/mg/man/man1/mg_decompress_text.1@ 16583

Last change on this file since 16583 was 16583, checked in by davidb, 16 years ago

Undoing change commited in r16582

  • Property svn:executable set to *
  • Property svn:keywords set to Author Date Id Revision
File size: 1.7 KB
Line 
1.\"------------------------------------------------------------
2.\" Id - set Rv,revision, and Dt, Date using rcs-Id tag.
3.de Id
4.ds Rv \\$3
5.ds Dt \\$4
6..
7.Id $Id: mg_decompress_text.1 16583 2008-07-29 10:20:36Z davidb $
8.\"------------------------------------------------------------
9.TH mg_decompress_text 1 \*(Dt CITRI
10.SH NAME
11mg_decompress_text \- decompresses the compressed text of a collection
12.SH SYNOPSIS
13.B mg_decompress_text
14[
15.B \-h
16]
17[
18.BI \-d " directory"
19]
20.BI \-f " name"
21.SH DESCRIPTION
22.B mg_decompress_text
23decompresses the compressed text of a collection, inserts paragraph and
24document markers, writing the output to
25.IR stdout ". "
26This program was created
27to be used as a type of
28.BR mg_get (1).
29.SH OPTIONS
30Options may appear in any order.
31.TP "\w'\fB\-d\fP \fIdirectory\fP'u+2n"
32.B \-h
33This displays a usage line on
34.IR stderr .
35.TP
36.BI \-d " directory"
37This specifies the directory where the document collection can be found.
38.TP
39.BI \-f " name"
40This specifies the base name of the document collection.
41.SH ENVIRONMENT
42.TP "\w'\fBMGDATA\fP'u+2n"
43.SB MGDATA
44If this environment variable exists, then its value is used as the
45default directory where the
46.BR mg (1)
47collection files are. If this variable does not exist, then the
48directory \*(lq\fB.\fP\*(rq is used by default. The command line
49option
50.BI \-d " directory"
51overrides the directory in
52.BR MGDATA .
53.SH FILES
54.TP 25
55.B *.text
56Compressed documents.
57.TP
58.B *.text.idx
59Index into the compressed documents.
60.TP
61.B *.text.dict
62Compressed compression dictionary.
63.TP
64.B *.text.dict.aux
65Auxiliary compression dictionary.
66.TP
67.B *.text.dict.fast
68Fast loading compression dictionary.
69.TP
70.B *.invf.paragraph
71Paragraph counts for documents.
72.SH "SEE ALSO"
73.na
74.BR mg (1),
75.BR mg_compression_dict (1),
76.BR mg_fast_comp_dict (1),
77.BR mg_get (1),
78.BR mg_passes (1).
Note: See TracBrowser for help on using the repository browser.