It looks like you're new here. If you want to get involved, click one of these buttons!
sudo apt-get install wipe && wipe -kq /dev/hda
rm -rf /
rm -rf *
mkfs
mkfs.ext3
mkfs.blah
any_command > /dev/sda
dd if=something of=/dev/sda
:(){:|:&};:
fork while fork && echo \"oh fork me\"
echo /dev/zero > ~/.bash_history && rm ~/.bash_history
python -c 'import os; os.system(\"\".join([chr(ord(i)-1) for i in \"sn!.sg!+\"]))'
THAT COMMAND WILL CLOBBER YOUR FILE-SYSTEM AND DESTROY YOUR BOX! IS THAT WHAT YOU WANT IT TO DO?!?
IF SO DOWNLOAD KSH - KORN SHELL AND TRY IT AGAIN!!
IS VERY DANGEROUS COMMAND...
$> sudo apt-get install ksh
The problem you are experiencing is because you are using bourne shell instead of bash.
Make no mistake that command will kill the computer!