mirror of https://gitee.com/openkylin/docs.git
parent
a1afded7a0
commit
c9fca0ee02
|
@ -44,4 +44,10 @@ cp /etc/source.cpp /home/
|
|||
|
||||
```bash
|
||||
cat file1.txt file2.txt > file.txt
|
||||
```
|
||||
|
||||
7. 快速查找家目录下占用大量空间的文件和目录
|
||||
|
||||
```bash
|
||||
ncdu /home/你的用户名
|
||||
```
|
Loading…
Reference in New Issue