Re: set coredumpsize in bash?

1999-11-04 Thread aphro
i use ulimit to do the job. i believe the command is ulimit -c ..it would apply to all shells .. (man ulimit or man builtins or man bash it may be in any/all of those man pages) my defaults for ulimit: core file size (blocks) 0 data seg size (kbytes) unlimited file size (blocks)

set coredumpsize in bash?

1999-11-04 Thread jack
hi, limit coredumpsize in csh or tcsh is easy as limit coredumpsize 0. How can I do the same thing with bash? tia, jack