mirror of
https://github.com/fofolee/uTools-Manuals.git
synced 2026-03-04 20:20:28 +08:00
语法高亮,滚动条美化,设置页面调整
This commit is contained in:
@@ -3,9 +3,9 @@
|
||||
<h2 id="补充说明">补充说明</h2>
|
||||
<p><strong>jwhois</strong> searches Whois servers for the object on the command line.The host to query is taken from a global configuration file, a configuration file specified on the command line, or selected directly on the command line.</p>
|
||||
<h3 id="语法">语法</h3>
|
||||
<pre><code>jwhois [选项]</code></pre>
|
||||
<pre><code class="language-bash">jwhois [选项]</code></pre>
|
||||
<h3 id="选项">选项</h3>
|
||||
<pre><code>--version display version number and patch level
|
||||
<pre><code class="language-bash">--version display version number and patch level
|
||||
--help display this help
|
||||
-v, --verbose verbose debug output
|
||||
-c FILE, --config=FILE use FILE as configuration file
|
||||
@@ -23,11 +23,11 @@
|
||||
</blockquote>
|
||||
<h3 id="实例">实例</h3>
|
||||
<p>显示指定用户信息:</p>
|
||||
<pre><code># jwhois root
|
||||
<pre><code class="language-bash"># jwhois root
|
||||
|
||||
//查找root用户信息</code></pre>
|
||||
<p>查询域名信息:</p>
|
||||
<pre><code>[root@localhost ~]# jwhois linuxde.net
|
||||
<pre><code class="language-bash">[root@localhost ~]# jwhois linuxde.net
|
||||
[Querying whois.verisign-grs.com]
|
||||
[Redirected to whois.west263.com]
|
||||
[Querying whois.west263.com]
|
||||
|
||||
Reference in New Issue
Block a user