Skip to content

Commit

Permalink
doc: Update linux-command.md (#467)
Browse files Browse the repository at this point in the history
add `tree` command
  • Loading branch information
Country-If committed Nov 22, 2023
1 parent 4e651e3 commit 5b02481
Showing 1 changed file with 1 addition and 0 deletions.
1 change: 1 addition & 0 deletions docs/linux-command.md
Original file line number Diff line number Diff line change
Expand Up @@ -75,6 +75,7 @@ Linux 命令速查表
:--- | :---
:--- | :---
**`ls -al`** | 列出文件-包括常规文件和隐藏文件以及它们的权限
**`tree`** | 以树形结构列出文件,常用参数有:`-d`查看目录,`-L num`查看num层文件,`-a`查看隐藏文件
**`pwd`** | 显示当前目录文件路径
**`mkdir 'directory_name'`** | 创建一个新目录
**`rm file_name`** | 删除一个文件
Expand Down

0 comments on commit 5b02481

Please sign in to comment.