13 lines
309 B
Markdown
13 lines
309 B
Markdown
|
# F E E D T H E V O I D
|
|||
|
<!-- Note that there's a zero-width space between the spaces so that all 3 render -->
|
|||
|
|
|||
|
```sh
|
|||
|
dd if=/dev/zero of=/dev/null status=progress
|
|||
|
```
|
|||
|
|
|||
|
```txt
|
|||
|
output here
|
|||
|
```
|
|||
|
|
|||
|
![Useful Linux Tips: Run dd if=/dev/zero of=/dev/null to feed nothing to the void](feed-the-void.png)
|