日常更新一些笔记

This commit is contained in:
2026-06-22 22:11:42 +08:00
parent 69d4197074
commit df678ecd83
17 changed files with 1428 additions and 9 deletions
@@ -0,0 +1,8 @@
command \[-options] \[parameter]
- command:命令本身
- -options:可选非必填,一些选项,控制命令细节
- parameter:可选非必填的命令参数 用于命令指向的目标
示例:
- ls -l /home/* 以列表的形式,显示/home/* 目录下所有的文件
- cp -r test1 test2 赋值文件夹test1为test2