mirror of
https://github.com/onceupon/Bash-Oneliner.git
synced 2024-11-26 06:17:01 +00:00
Update README.md
This commit is contained in:
parent
f809db9df4
commit
b7b1a844ff
@ -1466,6 +1466,8 @@ yes | rm -r large_directory
|
|||||||
##### Create dummy file of certain size instantly (e.g. 200mb)
|
##### Create dummy file of certain size instantly (e.g. 200mb)
|
||||||
```bash
|
```bash
|
||||||
dd if=/dev/zero of=//dev/shm/200m bs=1024k count=200
|
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:
|
Standard output:
|
||||||
|
Loading…
Reference in New Issue
Block a user