Update README.md

This commit is contained in:
onceupon 2017-10-11 11:02:21 +08:00 committed by GitHub
parent f809db9df4
commit b7b1a844ff

View File

@ -1466,6 +1466,8 @@ yes | rm -r large_directory
##### Create dummy file of certain size instantly (e.g. 200mb)
```bash
dd if=/dev/zero of=//dev/shm/200m bs=1024k count=200
or
dd if=/dev/zero of=//dev/shm/200m bs=1M count=200
```
Standard output: