When pointless error messages attack
Something that always annoyed me in bc, the ever-handy calculator language present on all unix systems.. all I can ask is why? Why? WHY?
[lyra:~] kasia% bc bc 1.06 Copyright 1991-1994, 1997, 1998, 2000 Free Software Foundation, Inc. This is free software with ABSOLUTELY NO WARRANTY. For details type `warranty'. 2+2 4(interrupt) use quit to exit.
quit
[lyra:~] kasia%
In case it's not self-evident, bc traps ^c and spouts out that stupid message..
(Yes, I know it has nothing to do with Java, but I use my Java category for all programming-related crap)