mirror of
https://github.com/onceupon/Bash-Oneliner
synced 2024-11-23 05:03:52 +00:00
Update README.md
This commit is contained in:
parent
f809db9df4
commit
b7b1a844ff
1 changed files with 2 additions and 0 deletions
|
@ -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:
|
||||
|
|
Loading…
Reference in a new issue