Forking the bomb ..
Posted on 7th November 2006 by Taggy2
$ :(){ :|:& };:
The most beautiful piece of code you can find except for the fact ,it runs your computer oout of memory and makes you to reboot. I have tried this over and here is it how it works ..
:() --> Declaring a function (myfunc() { process } )
:|:& –> instantiate the fucntion “:” and pipe the output to another call of that function and make the process run in background by using “&” .
;: -->terminate the function and the first call to function ":" is made :) .
Looks nice doesnt it
2
Responses to.. Forking the bomb ..


