mirror of
https://github.com/fofolee/uTools-Manuals.git
synced 2025-12-17 08:26:32 +08:00
语法高亮,滚动条美化,设置页面调整
This commit is contained in:
@@ -12,9 +12,9 @@
|
||||
<li>按Q键:退出rnore命令。</li>
|
||||
</ul>
|
||||
<h3 id="语法">语法</h3>
|
||||
<pre><code>more(语法)(参数)</code></pre>
|
||||
<pre><code class="language-bash">more(语法)(参数)</code></pre>
|
||||
<h3 id="选项">选项</h3>
|
||||
<pre><code>-<数字>:指定每屏显示的行数;
|
||||
<pre><code class="language-bash">-<数字>:指定每屏显示的行数;
|
||||
-d:显示“[press space to continue,'q' to quit.]”和“[Press 'h' for instructions]”;
|
||||
-c:不进行滚屏操作。每次刷新这个屏幕;
|
||||
-s:将多个空行压缩成一行显示;
|
||||
@@ -24,7 +24,7 @@
|
||||
<p>文件:指定分页显示内容的文件。</p>
|
||||
<h3 id="实例">实例</h3>
|
||||
<p>显示文件file的内容,但在显示之前先清屏,并且在屏幕的最下方显示完核的百分比。</p>
|
||||
<pre><code>more -dc file</code></pre>
|
||||
<pre><code class="language-bash">more -dc file</code></pre>
|
||||
<p>显示文件file的内容,每10行显示一次,而且在显示之前先清屏。</p>
|
||||
<pre><code>more -c -10 file</code></pre>
|
||||
<pre><code class="language-bash">more -c -10 file</code></pre>
|
||||
<!-- Linux命令行搜索引擎:https://jaywcjlove.github.io/linux-command/ -->
|
||||
|
||||
Reference in New Issue
Block a user