From 6afcb9cdf95bb6b5e152e264fec204334cd52406 Mon Sep 17 00:00:00 2001 From: studyareacn-format-bot Date: Fri, 2 Aug 2024 03:42:05 +0000 Subject: [PATCH] Auto format --- hash.txt | 2 +- src/learn_linux_basic/linux_common_sense.md | 4 ++-- 2 files changed, 3 insertions(+), 3 deletions(-) diff --git a/hash.txt b/hash.txt index 6b661c7..c186b32 100755 --- a/hash.txt +++ b/hash.txt @@ -1 +1 @@ -6b4b63e9987c736a6ac82200412b04262fef127cdcfbb78cd7264306df80eda5 +f3b204ceab785fdd5907e1b84120d91e01b5c054085ef117b31d5ae06e67c33d diff --git a/src/learn_linux_basic/linux_common_sense.md b/src/learn_linux_basic/linux_common_sense.md index 254d56d..f5e002c 100755 --- a/src/learn_linux_basic/linux_common_sense.md +++ b/src/learn_linux_basic/linux_common_sense.md @@ -137,7 +137,7 @@ rm -r <你想删除的文件夹> ![Nano 的界面](./assets/2.5.1.png) -`nano`实际上就是被誉为“神之编辑器”的Emacs编辑器的极限精简版,所有的基本操作都被标在了界面的下方 +`nano`实际上就是被誉为“神之编辑器”的 Emacs 编辑器的极限精简版,所有的基本操作都被标在了界面的下方 ```text ^G 帮助 ^O 写入 ^F 搜索 ^K 剪切 ^T 执行命令 ^C 位置 M-U 撤销 M-A 设置标记 M-] 至括号 M-B 上一个 @@ -163,4 +163,4 @@ sudo poweroff ### `man`用户手册 -man,是manual(手册)的意思,你可以通过简单地输入 `man <命令>`来使用。 +man,是 manual(手册)的意思,你可以通过简单地输入 `man <命令>`来使用。