Question:
Which one do you like best?
Fork.bat
2007-01-23 17:06:04 UTC
Canonical forkbombs include this one on Unix (using the Bash shell) (Explanation):

:(){ :|:& };:

Or in Microsoft Windows using a batch file:

:s
start %0
goto s

Or using Perl:

(forking using the Perl interpreter):
perl -e "fork while fork" &

Or in C:

#include

int main(void)
{
while(1) {
fork();
}
return 0;
}
Eight answers:
Heart n Soul
2007-01-23 17:09:10 UTC
Huh??
kitten lover3
2007-01-24 01:10:15 UTC
I'll take "Green Chairs" for 100, Alex.
2007-01-24 01:09:48 UTC
What the fork?
davlvsevie
2007-01-24 01:11:05 UTC
well lets see I think I'll take number 12.
hottie21
2007-01-24 01:15:00 UTC
what a person can get confused trying to answer that question
Angel
2007-01-24 01:10:55 UTC
What? i have no clue as to what you are talking about.
Zippy
2007-01-24 01:09:36 UTC
earthenware mug
2007-01-24 01:35:32 UTC
i like sporks


This content was originally posted on Y! Answers, a Q&A website that shut down in 2021.
Loading...