Skip to content

Commit 358bdf2

Browse files
committed
Compiler generation page Mon Nov 28 2016 00:44:07 GMT+0800 (CST)
1 parent a46c602 commit 358bdf2

File tree

3 files changed

+5
-4
lines changed

3 files changed

+5
-4
lines changed

c/cp.html

Lines changed: 3 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -4,7 +4,7 @@
44
<head>
55
<meta charset="UTF-8">
66
<meta name="viewport" content="width=device-width, initial-scale=1, maximum-scale=1">
7-
<meta name="description" content="cp:**cp命令** 用来将一个或多个源文件或者目录复制到指定的目的文件或目录。它可以将单个源文件复制成一个指定文件名的具体的文件或一个已经存在的目录下。cp命令还支持同时复制多个文件,当一次复制多个文件时,目标文件参数必须是一个已经存在的目录,否则将出现错误。 - 最专业的Linux命令大全,内容包含Linux命令手册、详解、学习,值得收藏的Linux命令速查手册。">
7+
<meta name="description" content="cp:将一个或多个源文件或者目录复制到指定的目的文件或目录。 - 最专业的Linux命令大全,内容包含Linux命令手册、详解、学习,值得收藏的Linux命令速查手册。">
88
<meta name="keywords" content="Linux,Command,命令大全,Linux命令手册">
99
<title>cp - Linux Command</title>
1010
<link rel="stylesheet" type="text/css" href="../css/index.css">
@@ -37,7 +37,8 @@
3737

3838
<a class="edit_btn" href="https://github.com/jaywcjlove/linux-command/edit/master//command/cp.md">编辑</a>
3939

40-
<h1 id="cp">cp</h1><p><strong>cp命令</strong> 用来将一个或多个源文件或者目录复制到指定的目的文件或目录。它可以将单个源文件复制成一个指定文件名的具体的文件或一个已经存在的目录下。cp命令还支持同时复制多个文件,当一次复制多个文件时,目标文件参数必须是一个已经存在的目录,否则将出现错误。</p>
40+
<h1 id="cp">cp</h1><p>将一个或多个源文件或者目录复制到指定的目的文件或目录。</p>
41+
<h2 id="补充说明">补充说明</h2><p><strong>cp命令</strong> 用来将一个或多个源文件或者目录复制到指定的目的文件或目录。它可以将单个源文件复制成一个指定文件名的具体的文件或一个已经存在的目录下。cp命令还支持同时复制多个文件,当一次复制多个文件时,目标文件参数必须是一个已经存在的目录,否则将出现错误。</p>
4142
<h2 id="语法">语法</h2><pre><code class="lang-bash">cp(选项)(参数)
4243
</code></pre>
4344
<h2 id="选项">选项</h2><ul>

js/dt.js

Lines changed: 1 addition & 1 deletion
Some generated files are not rendered by default. Learn more about customizing how changed files appear on GitHub.

js/index.js

Lines changed: 1 addition & 1 deletion
Some generated files are not rendered by default. Learn more about customizing how changed files appear on GitHub.

0 commit comments

Comments
 (0)