1jwhois(1) General Commands Manual jwhois(1)
2
3
4
6 jwhois - client for the whois service
7
9 jwhois [ OPTIONS ]... [ QUERY ]
10
12 jwhois searches Whois servers for the object on the command line.
13
14 The host to query is taken from a global configuration file, a configu‐
15 ration file specified on the command line, or selected directly on the
16 command line.
17
18
20 --version
21 display version, authors and licensing information.
22
23 --help display a short help text.
24
25 -c FILE --config=FILE
26 uses FILE as a configuration file instead of the default.
27
28 -h HOST --host=HOST
29 overrides any hosts in the configuration file and queries HOST
30 directly.
31
32 -p PORT --port=PORT
33 specifies a port number to use when querying a HOST.
34
35 -f --force-lookup
36 forces a query to be made to a host even if a current object is
37 available from the cache.
38
39 -v --verbose
40 outputs verbose debugging information while running (use this
41 before sending a bugreport to ensure that it's indeed a bug and
42 not a misconfiguration). You can increase the verbosity by giv‐
43 ing several verbose commands to jwhois, such as -vv.
44
45 -n --no-redirect
46 disable features that redirect queries from one server to
47 another.
48
49 -s --no-whoisservers
50 disable the built-in support for whois-servers.net.
51
52 -a --raw
53 send query verbatim to receiving hosts instead of rewriting them
54 according to the configuration.
55
56 -i --display-redirections
57 display every step in a redirection (default is to display only
58 the last answer).
59
60 -d --disable-cache
61 completely disable both reading and writing to cache.
62
63 -r --rwhois
64 force the query to use the rwhois protocoll instead of HTTP or
65 whois.
66
67 --rwhois-display=DISPLAY
68 asks receiving rwhois servers to display the results in the DIS‐
69 PLAY display instead of the default dump display.
70
71 --rwhois-limit=LIMIT
72 asks receiving rwhois servers to limit their responses to LIMIT
73 matches.
74
75
76 RIPE EXTENSIONS
77 To use the options specified in RIPE Document 157, you need to change
78 the format of the query slightly. If you were to search for all
79 entries in the RIPE database which lists the admin-c, tech-c or zone-c
80 as CO19-RIPE, you could use the following command syntax:
81
82 jwhois -h whois.ripe.net -- -i admin-c,tech-c,zone-c CO19-RIPE
83
84 -- is used to separate the RIPE options from the jwhois options.
85
86
88 whois(1)
89
90
91
92GNU November 2001 jwhois(1)