notes/Ubuntu/查看文件大小.md

5 lines
58 B
Markdown
Raw Normal View History

2024-04-29 22:22:30 +08:00
#### 查找文件大小
2023-11-11 13:41:44 +08:00
```
du -h --max-depth=1 /
```