Docs/linux基础/生成大文件.md

3 lines
No EOL
53 B
Markdown

```shell
dd if=/dev/zero of=a.txt bs=1M count=500
```