更新一部分linux笔记,删除了密码本

This commit is contained in:
2026-06-21 18:31:21 +08:00
parent 3d067fe75c
commit 69d4197074
14 changed files with 147 additions and 8 deletions
+5
View File
@@ -0,0 +1,5 @@
# 符号\*
test\*:表示匹配任何以test开头的内容
\*test:表示匹配仍和以test结尾的内容
\*test\*:表示任何包含test的内容