BusyBeaver, Lodz, GB, US$1,729 bid amountAlso bids from KurtG, GeorgeCantor, and many, many more.
I will solve your problem in the most productive manner possible.
Bid Time: 11-25-2008 08:28
It's a request for a bug-finding program. Is it worth to be placed on the front page?
#!/bin/sh # Consider the heat death of the universe a "completed" state exit 0;
What should false(1) return if it crashes?Mu!
DESCRIPTION The false utility shall return with a non-zero exit code. EXIT STATUS The false utility shall always exit with a value other than zero. CONSEQUENCES OF ERRORS Default.Of greater concern is what
true could return:DESCRIPTION The true utility shall return with exit code zero. EXIT STATUS Zero. CONSEQUENCES OF ERRORS None.THE HORROR!
false bourne shell built-in function does not parse it's arguments. Though the false included in the GNU coreutils is hilariously stupid — it has --help and --version arguments, and for some reason is not identical to true — even it doesn't take a real argument. Furthermore, "false(1)" would really be a call to run a function/program literally named "false(1)", which I suppose could really do whatever it wants to!print "Bugs found\n";« Older The entirety of the Fleischer/Famous Studios Super... | The Thirties in Colour is a fo... Newer »
This thread has been archived and is closed to new comments
posted by Class Goat at 12:25 AM on November 26, 2008