Skip to content

Commit f880eed

Browse files
committed
2016-02-27完善资料
1 parent 9c94079 commit f880eed

File tree

1 file changed

+5
-2
lines changed

1 file changed

+5
-2
lines changed

Bash.md

Lines changed: 5 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -9,7 +9,7 @@
99

1010
------
1111

12-
<h2id="base">基础常用命令</h2>
12+
<h2 id="base">基础常用命令</h2>
1313

1414
- `某个命令 --h`,对这个命令进行解释
1515
- `某个命令 --help`,解释这个命令(更详细)
@@ -110,6 +110,9 @@
110110
- `find. -name "lin*" -execls -l{}\;`,当前目录搜索lin开头的文件,然后用其搜索后的结果集,再执行ls -l的命令(这个命令可变,其他命令也可以),其中-exec和{}\;都是固定格式
111111

112112

113-
<h2id="information">资料</h2>
113+
[锚点名1]<a name="footnode">资料1</a>
114+
[锚点名2]<a name="footnode"></a>资料2
115+
116+
<h2 id="information">资料</h2>
114117

115118
- <http://wenku.baidu.com/view/1ad19bd226fff705cc170af3.html>

0 commit comments

Comments
 (0)