File: searchdeb.1

package info (click to toggle)
searchscripts 0.11
  • links: PTS
  • area: main
  • in suites: woody
  • size: 224 kB
  • ctags: 3
  • sloc: makefile: 34
file content (113 lines) | stat: -rw-r--r-- 3,036 bytes parent folder | download
1
2
3
4
5
6
7
8
9
10
11
12
13
14
15
16
17
18
19
20
21
22
23
24
25
26
27
28
29
30
31
32
33
34
35
36
37
38
39
40
41
42
43
44
45
46
47
48
49
50
51
52
53
54
55
56
57
58
59
60
61
62
63
64
65
66
67
68
69
70
71
72
73
74
75
76
77
78
79
80
81
82
83
84
85
86
87
88
89
90
91
92
93
94
95
96
97
98
99
100
101
102
103
104
105
106
107
108
109
110
111
112
113
.TH searchdeb 1 "05 Feb 2001"
.SH NAME
searchdeb \- query the Debian mailing lists search engine
.SH DESCRIPTION
searchdeb is a commandline script to query the Debian mailing
list archives at
http://www.debian.org/Lists-Archives/.
.SH SYNOPSIS
searchdeb -H
.PP
searchdeb [ -l list1 [list2] ] [ -o ] [ -d ..] [ -k ] \\
    -p pattern
.SH OPTIONS
.TP
.B \-b
- download message bodies too
.TP
.B \-D
- download and save the list names to a config file in ~/.searchscripts/.
This allows for quicker startup as the list name page doesn't have to be
pulled from lists.d.o each time.  If you've used -D, you should run it
once in a while to make sure the lists are up-to-date.
.TP
.B \-d [Xq] | [Xy] | all
- search back X quarters or X years.  E.g.
.br
\'-d 0q' will search just this quarter and
.br
\'-d 1y' will go back 1 year (this is the default)
.br
\'-d all' will search the whole archive
.TP
.B \-e
- spelling errors allowed - 0,1,2; default 0
.TP
.B \-H
- pull the mailing list home page into the browser
.TP
.B \-k
- don't delete the hits file on exit.  It will be in /tmp and start with deb__. It is always kept if the browser is Netscape.
.TP
.B \-l <lists>
- default devel, all="devel mentors user".
You can leave the "debian-" off for
all lists that begin with that, except debian-lcs-eng (to differentiate
it from lcs-eng.)
.TP
.B \-L pattern
- print the lists that match the string
.B pattern
and exit.  '*' for all.
.TP
.B \-o
- lineonly; semicolon-separated words must be on the same line
.TP
.B \-p
- search pattern.  The -p is optional if it is the only switch. '-p \\?'
to view the Glimpse help at lists.debian.org.
.TP
.B \-t <seconds>
- socket timeout, default 60
.SS   Patterns:
\'this,that\'
    \- comma finds either term in the file
.PP
\'pgp;gpg;signing\'
    \- semicolon wants all terms in the file
.PP
\'some phrase\'
    \- space wants terms adjacent, as if quoted
.PP
http://lists.debian.org/glimpse.html#sect7 has the complete pattern description
.SH BROWSERS
If you use Netscape as your browser, the temp files will be left
in /tmp and you'll have delete them occasionally.  These files are
automatically deleted if you use a different browser.
.SH ENVIRONMENT
.TP
.B SSBROWSER
If this variable is set in the environment (e.g. export SSBROWSER=lynx)
it is used.
.TP
.B X11BROWSER
Else if DISPLAY is set then the X11BROWSER environment variable is
checked for the preferred browser.  If unset it defaults to lynx.
.TP
.B CONSOLEBROWSER
Else the CONSOLEBROWSER environment variable is checked for the preferred console browser.  If unset it defaults to lynx.
.SH EXAMPLES
searchdeb -l devel user -d 2q -p 'sound modules;oss'
.br
searchdeb -l policy -o -p 'burned out' -b
.br
searchdeb -l policy devel -p 'autoconf;automake' -k
.br
searchdeb 'python;gpl'
.SH NOTES
- ^C stops the search and attempts to show the hits to that point
.SH AUTHOR
Copyright (C) 2000 Rick Younie <younie@debian.org>,
GPL version 2 or later.
See /usr/share/common-licenses/GPL.
.SH "SEE ALSO"
.BR searchgeo(1),
.BR searchgoo(1)