@EMPEROR @matrix dd copies the bit or binary data from an input file to an ouput file (generally) and converts it if necessary
/dev/zero is a special device file that gives a constant stream of zeroes and /dev/null gives utterly nothing and you can redirect redundant data to it so be destroyted
@matrix sudo dd if=/dev/zero of=/dev/null
I fed shunyas to the void