添加 'linux基础/生成大文件.md'

This commit is contained in:
iProbe 2023-05-29 17:23:31 +08:00
parent 5fb8bbc365
commit 8a4ce7e6ff

View file

@ -0,0 +1,3 @@
```shell
dd if=/dev/zero of=a.txt bs=1M count=500
```