update 02_基础操作/常用的组合命令.md.

增加 ncdu 命令
This commit is contained in:
gitlinux 2024-09-11 23:58:22 +00:00 committed by Gitee
parent a1afded7a0
commit c9fca0ee02
No known key found for this signature in database
GPG Key ID: 173E9B9CA92EEF8F
1 changed files with 6 additions and 0 deletions

View File

@ -44,4 +44,10 @@ cp /etc/source.cpp /home/
```bash
cat file1.txt file2.txt > file.txt
```
7. 快速查找家目录下占用大量空间的文件和目录
```bash
ncdu /home/你的用户名
```