website: add search data. #105 b034d7970d

This commit is contained in:
jaywcjlove
2022-11-17 08:00:19 +00:00
parent a804a415f5
commit f412635104
97 changed files with 21288 additions and 96 deletions

View File

@ -42,7 +42,7 @@
<p>本备忘单旨在快速提醒使用命令行程序 grep 所涉及的主要概念,并假设您已经了解其用法。</p>
</div></header><div class="menu-tocs"><div class="menu-btn"><svg aria-hidden="true" fill="currentColor" height="1em" width="1em" viewBox="0 0 16 16" version="1.1" data-view-component="true">
<path fill-rule="evenodd" d="M2 4a1 1 0 100-2 1 1 0 000 2zm3.75-1.5a.75.75 0 000 1.5h8.5a.75.75 0 000-1.5h-8.5zm0 5a.75.75 0 000 1.5h8.5a.75.75 0 000-1.5h-8.5zm0 5a.75.75 0 000 1.5h8.5a.75.75 0 000-1.5h-8.5zM3 8a1 1 0 11-2 0 1 1 0 012 0zm-1 6a1 1 0 100-2 1 1 0 000 2z"></path>
</svg></div><div class="menu-modal"><a aria-hidden="true" class="leve2 tocs-link" href="#入门">入门</a><a aria-hidden="true" class="leve3 tocs-link" href="#使用">使用</a><a aria-hidden="true" class="leve3 tocs-link" href="#选项示例">选项示例</a><a aria-hidden="true" class="leve2 tocs-link" href="#grep-正则表达式">Grep 正则表达式</a><a aria-hidden="true" class="leve3 tocs-link" href="#参考">参考</a><a aria-hidden="true" class="leve3 tocs-link" href="#通配符wildcards">通配符(Wildcards)</a><a aria-hidden="true" class="leve3 tocs-link" href="#量词quantifiers">量词(Quantifiers)</a><a aria-hidden="true" class="leve3 tocs-link" href="#posix">POSIX</a><a aria-hidden="true" class="leve3 tocs-link" href="#字符串">字符串</a><a aria-hidden="true" class="leve3 tocs-link" href="#位置">位置</a><a aria-hidden="true" class="leve2 tocs-link" href="#更多示例">更多示例</a><a aria-hidden="true" class="leve3 tocs-link" href="#搜索命令行历史记录">搜索命令行历史记录</a><a aria-hidden="true" class="leve3 tocs-link" href="#搜索多个文件并查找匹配文本在哪些文件中">搜索多个文件并查找匹配文本在哪些文件中</a><a aria-hidden="true" class="leve3 tocs-link" href="#多级目录中对文本进行递归搜索">多级目录中对文本进行递归搜索</a><a aria-hidden="true" class="leve3 tocs-link" href="#搜索结果中包括或者排除指定文件">搜索结果中包括或者排除指定文件</a><a aria-hidden="true" class="leve3 tocs-link" href="#输出包含匹配字符串的行数--n-选项">输出包含匹配字符串的行数 -n 选项</a><a aria-hidden="true" class="leve3 tocs-link" href="#忽略匹配样式中的字符大小写">忽略匹配样式中的字符大小写</a><a aria-hidden="true" class="leve3 tocs-link" href="#统计文件或文本中包含匹配字符串的行数--c-选项">统计文件或文本中包含匹配字符串的行数 -c 选项</a><a aria-hidden="true" class="leve2 tocs-link" href="#另见">另见</a></div></div><div class="h1wrap-body"><div class="wrap h2body-exist"><div class="wrap-header h2wrap"><h2 id="入门"><a aria-hidden="true" tabindex="-1" href="#入门"><span class="icon icon-link"></span></a>入门</h2><div class="wrap-body">
</svg></div><div class="menu-modal"><a aria-hidden="true" class="leve2 tocs-link" data-num="2" href="#入门">入门</a><a aria-hidden="true" class="leve3 tocs-link" data-num="3" href="#使用">使用</a><a aria-hidden="true" class="leve3 tocs-link" data-num="3" href="#选项示例">选项示例</a><a aria-hidden="true" class="leve2 tocs-link" data-num="2" href="#grep-正则表达式">Grep 正则表达式</a><a aria-hidden="true" class="leve3 tocs-link" data-num="3" href="#参考">参考</a><a aria-hidden="true" class="leve3 tocs-link" data-num="3" href="#通配符wildcards">通配符(Wildcards)</a><a aria-hidden="true" class="leve3 tocs-link" data-num="3" href="#量词quantifiers">量词(Quantifiers)</a><a aria-hidden="true" class="leve3 tocs-link" data-num="3" href="#posix">POSIX</a><a aria-hidden="true" class="leve3 tocs-link" data-num="3" href="#字符串">字符串</a><a aria-hidden="true" class="leve3 tocs-link" data-num="3" href="#位置">位置</a><a aria-hidden="true" class="leve2 tocs-link" data-num="2" href="#更多示例">更多示例</a><a aria-hidden="true" class="leve3 tocs-link" data-num="3" href="#搜索命令行历史记录">搜索命令行历史记录</a><a aria-hidden="true" class="leve3 tocs-link" data-num="3" href="#搜索多个文件并查找匹配文本在哪些文件中">搜索多个文件并查找匹配文本在哪些文件中</a><a aria-hidden="true" class="leve3 tocs-link" data-num="3" href="#多级目录中对文本进行递归搜索">多级目录中对文本进行递归搜索</a><a aria-hidden="true" class="leve3 tocs-link" data-num="3" href="#搜索结果中包括或者排除指定文件">搜索结果中包括或者排除指定文件</a><a aria-hidden="true" class="leve3 tocs-link" data-num="3" href="#输出包含匹配字符串的行数--n-选项">输出包含匹配字符串的行数 -n 选项</a><a aria-hidden="true" class="leve3 tocs-link" data-num="3" href="#忽略匹配样式中的字符大小写">忽略匹配样式中的字符大小写</a><a aria-hidden="true" class="leve3 tocs-link" data-num="3" href="#统计文件或文本中包含匹配字符串的行数--c-选项">统计文件或文本中包含匹配字符串的行数 -c 选项</a><a aria-hidden="true" class="leve2 tocs-link" data-num="2" href="#另见">另见</a></div></div><div class="h1wrap-body"><div class="wrap h2body-exist"><div class="wrap-header h2wrap"><h2 id="入门"><a aria-hidden="true" tabindex="-1" href="#入门"><span class="icon icon-link"></span></a>入门</h2><div class="wrap-body">
<!--rehype:body-class=cols-5-->
</div></div><div class="h2wrap-body cols-5"><div class="wrap h3body-not-exist col-span-2"><div class="wrap-header h3wrap"><h3 id="使用"><a aria-hidden="true" tabindex="-1" href="#使用"><span class="icon icon-link"></span></a>使用</h3><div class="wrap-body">
<!--rehype:wrap-class=col-span-2-->