linux-command/template/list.ejs

13 lines
674 B
HTML
Raw Blame History

This file contains ambiguous Unicode characters

This file contains Unicode characters that might be confused with other characters. If you think that this is intentional, you can safely ignore this warning. Use the Escape button to reveal them.

<%- include('partial/header'); %>
<%- include('widget/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('widget/footer',{type: "list"}); %>
<%- include('partial/footer'); %>