[ILUG] total cost of ownership joke released

Paul O'Malley ompaul at eircom.net
Mon Oct 25 13:37:14 IST 2004


Enjoy,


$ cat tco.c
#include <stdio.h>

int main(void)
{
        int count;

        for (count=1; count <=10000; count ++)
                printf("TCO is not a good measure if you are in
business. Say a thing often enough etc. \n");

        return 0;

}
$ gcc -o TotalCostOfOwnershipIsFlawed tco.c

Run the binary many times and enjoy.

:)

Regards,

Paul O'Malley


-- 
There are only so many words in the English language, you may have seen
some of them in this order before, does that mean that my thoughts are
not my own?
http://www.tldp.org howto learn about linux




More information about the ILUG mailing list