语法高亮,滚动条美化,设置页面调整

This commit is contained in:
fofolee
2019-04-19 02:41:09 +08:00
parent 1e8f76c000
commit 359d29ee0b
1590 changed files with 12328 additions and 11441 deletions

View File

@@ -3,9 +3,9 @@
<h2 id="补充说明">补充说明</h2>
<p><strong>logger命令</strong> 是用于往系统中写入日志他提供一个shell命令接口到syslog系统模块</p>
<h3 id="语法">语法</h3>
<pre><code>logger [options] [message]</code></pre>
<pre><code class="language-bash">logger [options] [message]</code></pre>
<h3 id="选项">选项</h3>
<pre><code> -T, --tcp 使用流连接(TCP)
<pre><code class="language-bash"> -T, --tcp 使用流连接(TCP)
-d, --udp 使用数据报(UDP)
-i, --id 逐行记录每一次logger的进程ID
-f, --file &lt;file&gt; 记录特定的文件
@@ -20,5 +20,5 @@
-u, --socket &lt;socket&gt; 写入指定的socket而不是到内置系统日志例程。
-V, --version 输出版本信息并退出</code></pre>
<h3 id="例子">例子</h3>
<pre><code>logger -p syslog.info &quot;backup.sh is starting&quot;</code></pre>
<pre><code class="language-bash">logger -p syslog.info &quot;backup.sh is starting&quot;</code></pre>
<!-- Linux命令行搜索引擎https://jaywcjlove.github.io/linux-command/ -->