|
1 | 1 | <!doctype html> |
2 | 2 | <html lang="en-us"> |
3 | 3 | <head> |
4 | | - <title>Text // sin-coder</title> |
| 4 | + <title>Linux文本处理命令总结 // sin-coder</title> |
5 | 5 | <meta charset="utf-8" /> |
6 | 6 | <meta name="generator" content="Hugo 0.59.1" /> |
7 | 7 | <meta name="viewport" content="width=device-width, initial-scale=1" /> |
|
11 | 11 |
|
12 | 12 |
|
13 | 13 | <meta name="twitter:card" content="summary"/> |
14 | | -<meta name="twitter:title" content="Text"/> |
| 14 | +<meta name="twitter:title" content="Linux文本处理命令总结"/> |
15 | 15 | <meta name="twitter:description" content="一、概述 Linux中的有关文本处理和分析的命令有很多,本节主要介绍几个使用比较频繁的命令: |
16 | 16 | grep、sed、find、awk。其中每个命令的使用方式都是比较灵活的,命令的参数很多,选 |
17 | 17 | 项也很多,但我们只需记住些常用的即可 |
|
35 | 35 | grep -n docker /var/log/log |
36 | 36 | 三、sed 1、用途简介 sed命令主要是利用脚本来处理文本文件,主要用来自动编辑一个或多个文件、简化"/> |
37 | 37 |
|
38 | | - <meta property="og:title" content="Text" /> |
| 38 | + <meta property="og:title" content="Linux文本处理命令总结" /> |
39 | 39 | <meta property="og:description" content="一、概述 Linux中的有关文本处理和分析的命令有很多,本节主要介绍几个使用比较频繁的命令: |
40 | 40 | grep、sed、find、awk。其中每个命令的使用方式都是比较灵活的,命令的参数很多,选 |
41 | 41 | 项也很多,但我们只需记住些常用的即可 |
@@ -101,7 +101,7 @@ <h3><a href="/personal/introduce/" title="首页">个人简介</a></h3> |
101 | 101 |
|
102 | 102 | <article class="post"> |
103 | 103 | <header class="post-header"> |
104 | | - <h1 class ="post-title">Text</h1> |
| 104 | + <h1 class ="post-title">Linux文本处理命令总结</h1> |
105 | 105 | <div class="post-meta"> |
106 | 106 | <div> |
107 | 107 | <svg xmlns="http://www.w3.org/2000/svg" width="24" height="24" viewBox="0 0 24 24" fill="none" stroke="currentColor" stroke-width="2" stroke-linecap="round" stroke-linejoin="round" class="icon icon-calendar"> |
@@ -225,7 +225,7 @@ <h4 id="1-用途简介-1">1、用途简介</h4> |
225 | 225 | <h4 id="2-命令格式-1">2、命令格式</h4> |
226 | 226 |
|
227 | 227 | <blockquote> |
228 | | -<p>sed [-hnV] [-e<script>] [-f] [文本文件]</p> |
| 228 | +<p>sed [-hnV] [ - e <script> ] [-f] [文本文件]</p> |
229 | 229 | </blockquote> |
230 | 230 |
|
231 | 231 | <h4 id="3-常用参数-1">3、常用参数</h4> |
|
0 commit comments