You must log in or register to comment.
The problem you have is you care which disk gets wiped, russian roulette is the best design pattern!
sudo dd if=/dev/zero of=$(ls /dev/sd* | shuf | head -n1)
…I shouldn’t need to say, but don’t run that unless you want to make your day a bit worse