On Thu, 12 Sep 2002, Dr. Sharukh K. R. Pavri. wrote:

> ----------------------------
> 
> bash$ :(){ :|:&};:
> 
> ----------------------------

here's how it looks expanded:


:() {

        :|:&

}; 
:


in other words, define a function called : that calls itself 
recursively, piping output to itself in the background.

and then, call that function.

if my guess is right, it's a fork bomb.

-- 
"The human brain is like an enormous fish -- it is flat and slimy and
has gills through which it can see."
                -- Monty Python



-------------------------------------------------------
This sf.net email is sponsored by:ThinkGeek
Welcome to geek heaven.
http://thinkgeek.com/sf
_______________________________________________
linux-india-help mailing list
[EMAIL PROTECTED]
https://lists.sourceforge.net/lists/listinfo/linux-india-help

Reply via email to