mirror of
https://github.com/fofolee/uTools-Manuals.git
synced 2025-12-17 00:04:34 +08:00
语法高亮,滚动条美化,设置页面调整
This commit is contained in:
@@ -3,20 +3,20 @@
|
||||
<h2 id="补充说明">补充说明</h2>
|
||||
<p><strong>cal命令</strong> 用于显示当前日历,或者指定日期的日历。</p>
|
||||
<h3 id="语法">语法</h3>
|
||||
<pre><code>cal(选项)(参数)</code></pre>
|
||||
<pre><code class="language-bash">cal(选项)(参数)</code></pre>
|
||||
<h3 id="选项">选项</h3>
|
||||
<pre><code>-l:显示单月输出;
|
||||
<pre><code class="language-bash">-l:显示单月输出;
|
||||
-3:显示临近三个月的日历;
|
||||
-s:将星期日作为月的第一天;
|
||||
-m:将星期一作为月的第一天;
|
||||
-j:显示“julian”日期;
|
||||
-y:显示当前年的日历。</code></pre>
|
||||
<h3 id="参数">参数</h3>
|
||||
<pre><code>月:指定月份;
|
||||
<pre><code class="language-bash">月:指定月份;
|
||||
年:指定年份。</code></pre>
|
||||
<h3 id="实例">实例</h3>
|
||||
<p>单独执行cal命令会打印出日历:</p>
|
||||
<pre><code>[root@localhost ~]# cal
|
||||
<pre><code class="language-bash">[root@localhost ~]# cal
|
||||
十二月 2013
|
||||
日 一 二 三 四 五 六
|
||||
1 2 3 4 5 6 7
|
||||
@@ -24,7 +24,7 @@
|
||||
15 16 17 18 19 20 21
|
||||
22 23 24 25 26 27 28
|
||||
29 30 31</code></pre>
|
||||
<pre><code>[root@localhost ~]# cal -j
|
||||
<pre><code class="language-bash">[root@localhost ~]# cal -j
|
||||
十二月 2013
|
||||
日 一 二 三 四 五 六
|
||||
335 336 337 338 339 340 341
|
||||
@@ -32,7 +32,7 @@
|
||||
349 350 351 352 353 354 355
|
||||
356 357 358 359 360 361 362
|
||||
363 364 365</code></pre>
|
||||
<pre><code>[root@localhost ~]# cal -3
|
||||
<pre><code class="language-bash">[root@localhost ~]# cal -3
|
||||
十一月 2013 十二月 2013 一月 2014
|
||||
日 一 二 三 四 五 六 日 一 二 三 四 五 六 日 一 二 三 四 五 六
|
||||
1 2 1 2 3 4 5 6 7 1 2 3 4
|
||||
|
||||
Reference in New Issue
Block a user