> Missed the point. Suppose you have the following file called "core.c":
> main() { *(char *)NULL = 0; }
> and do
> gcc core.c -o c
> and
> ./c
>
> Guess what happens to the source file if it dumps with "core.command"?
Text file busy?
Ulrich