In this *extremely* simple program, I get no output with
bash-2.04-18mdk. If I add a newline char after the string, it works. But
I can run the program without the newline under tcsh and it will output
the string. Is this a bash bug or feature?

int main()
{
        printf ("This is a test");
        return 0;
}

Thanks.

-- 

Steve Fox
http://k-lug.com


Reply via email to