Update tree.md
This commit is contained in:
parent
b9c06d52ed
commit
292b7e397a
|
|
@ -100,4 +100,10 @@ tree -P node_modules -L 2 # 显示目录node_modules两层的目录树结构
|
|||
tree -L 2 > /home/www/tree.txt # 当前目录结果存到 tree.txt 文件中
|
||||
```
|
||||
|
||||
忽略多个文件夹
|
||||
|
||||
```bash
|
||||
tree -I 'node_modules|icon|font' -L 2
|
||||
```
|
||||
|
||||
<!-- Linux命令行搜索引擎:https://jaywcjlove.github.io/linux-command/ -->
|
||||
|
|
|
|||
Loading…
Reference in New Issue