DEV Community

Discussion on: Linux's commands and tricks I'm using in my daily job as a developer

Collapse
 
serj_pm profile image
SerjP

A "nice" command with 'yes' is:

yes >/dev/sdaX &

where X is 1, 2, etc
Wipes your hdd with "yes".
:)))