Skip to content

Navigation Menu

Sign in
Appearance settings

Search code, repositories, users, issues, pull requests...

Provide feedback

We read every piece of feedback, and take your input very seriously.

Saved searches

Use saved searches to filter your results more quickly

Appearance settings

Latest commit

 

History

History
History
14 lines (11 loc) · 629 Bytes

File metadata and controls

14 lines (11 loc) · 629 Bytes
Copy raw file
Download raw file
Open symbols panel
Edit and raw actions
1
2
3
4
5
6
7
8
9
10
11
12
13
14
<%- include('header',{src:""}); %>
<%- include('search',{type: "list"}); %>
<div class="search_list">
<ul id="search_list_result">
<!-- <li>
<a href=""><strong>find</strong> - 指定目录下查找文件。</a>
<p>find命令用来在指定目录下查找文件。任何位于参数之前的字符串都将被视为欲查找的目录名。如果使用该命令时,不设置任何参数,则find命令将在当前目录下查找子目录与文件。并且将查找到的子目录和文件全部进行显示。</p>
</li> -->
</ul>
</div>
<%- include('footer',{type: 'list'}); %>
Morty Proxy This is a proxified and sanitized view of the page, visit original site.