Ah yes, I love reading stuff and piping the infornation straight to the void.
cat /dev/random > /dev/null
A pipe would be: cat /dev/random | tee /dev/null
cat /dev/random | tee /tmp
The lighter side of ADHD
Ah yes, I love reading stuff and piping the infornation straight to the void.
cat /dev/random > /dev/null
A pipe would be: cat /dev/random | tee /dev/null
cat /dev/random | tee /tmp