From f4151b5a1613024155bbf8940ae57b6a4c5ffaca Mon Sep 17 00:00:00 2001 From: =?UTF-8?q?=E2=80=9CRodma1=E2=80=9D?= <1156028692@qq.com> Date: Thu, 17 Oct 2024 10:27:58 +0800 Subject: [PATCH 1/2] =?UTF-8?q?=E7=AC=AC=E4=BA=94=E9=83=A8=E5=88=86*=20?= =?UTF-8?q?=E7=9A=84=E6=8F=8F=E8=BF=B0=E4=B8=AD=E5=BA=94=E4=B8=BA=20*=20?= =?UTF-8?q?=E8=80=8C=E9=9D=9E=20\*?= MIME-Version: 1.0 Content-Type: text/plain; charset=UTF-8 Content-Transfer-Encoding: 8bit --- ...55\243\345\210\231\350\241\250\350\276\276\345\274\217.md" | 4 ++-- 1 file changed, 2 insertions(+), 2 deletions(-) diff --git "a/notes/\346\255\243\345\210\231\350\241\250\350\276\276\345\274\217.md" "b/notes/\346\255\243\345\210\231\350\241\250\350\276\276\345\274\217.md" index fba480218b..f9ceafb673 100644 --- "a/notes/\346\255\243\345\210\231\350\241\250\350\276\276\345\274\217.md" +++ "b/notes/\346\255\243\345\210\231\350\241\250\350\276\276\345\274\217.md" @@ -12,7 +12,7 @@ * [九、前后查找](#九前后查找) * [十、嵌入条件](#十嵌入条件) * [参考资料](#参考资料) - + ## 一、概述 @@ -112,7 +112,7 @@ abc[^0-9] ## 五、重复匹配 - **\+** 匹配 1 个或者多个字符 -- **\** * 匹配 0 个或者多个字符 +- ***** 匹配 0 个或者多个字符 - **?** 匹配 0 个或者 1 个字符 **应用** From 6b8babaa05958b5ba4cb440d2e2d73e28e05c7df Mon Sep 17 00:00:00 2001 From: =?UTF-8?q?=E2=80=9CRodma1=E2=80=9D?= <1156028692@qq.com> Date: Thu, 17 Oct 2024 10:44:28 +0800 Subject: [PATCH 2/2] =?UTF-8?q?ll=20=E6=98=AF=20ls=20-l=20=E7=9A=84?= =?UTF-8?q?=E5=88=AB=E5=90=8D?= MIME-Version: 1.0 Content-Type: text/plain; charset=UTF-8 Content-Transfer-Encoding: 8bit --- notes/Linux.md | 4 ++-- 1 file changed, 2 insertions(+), 2 deletions(-) diff --git a/notes/Linux.md b/notes/Linux.md index c11905d24d..3b82e0932e 100644 --- a/notes/Linux.md +++ b/notes/Linux.md @@ -67,7 +67,7 @@ * [孤儿进程](#孤儿进程) * [僵尸进程](#僵尸进程) * [参考资料](#参考资料) - + ## 前言 @@ -785,7 +785,7 @@ $ tar [-z|-j|-J] [xv] [-f 已有的 tar 文件] [-C 目录] ==解压缩 - 命令历史:记录使用过的命令 - 命令与文件补全:快捷键:tab -- 命名别名:例如 ll 是 ls -al 的别名 +- 命名别名:例如 ll 是 ls -l 的别名 - shell scripts - 通配符:例如 ls -l /usr/bin/X\* 列出 /usr/bin 下面所有以 X 开头的文件