mirror of
https://github.com/fofolee/uTools-Manuals.git
synced 2026-03-03 19:47:13 +08:00
语法高亮,滚动条美化,设置页面调整
This commit is contained in:
@@ -3,9 +3,9 @@
|
||||
<h2 id="补充说明">补充说明</h2>
|
||||
<p><strong>look命令</strong> 用于显示文件中以指定字符串开头的任意行。</p>
|
||||
<h3 id="语法">语法</h3>
|
||||
<pre><code>look(选项)(参数)</code></pre>
|
||||
<pre><code class="language-bash">look(选项)(参数)</code></pre>
|
||||
<h3 id="选项">选项</h3>
|
||||
<pre><code>-a:使用另一个字典文件web2,该文件也位于/usr/dict目录下;
|
||||
<pre><code class="language-bash">-a:使用另一个字典文件web2,该文件也位于/usr/dict目录下;
|
||||
-d:只对比英文字母和数字,其余一概忽略不予比对;
|
||||
-f:忽略字符大小写差别;
|
||||
-t<字尾字符串>:设置字尾字符串。</code></pre>
|
||||
|
||||
Reference in New Issue
Block a user