From: short <> Date: Mon, 27 Jun 2005 22:45:49 +0000 (+0000) Subject: "ulimit -c" set only as SOFT. X-Git-Url: https://git.jankratochvil.net/?p=nethome.git;a=commitdiff_plain;h=1d71a32fc8362efd86b3e10d6884e337acededb9 "ulimit -c" set only as SOFT. --- diff --git a/.bashrc b/.bashrc index 289d2e3..df1e3b1 100644 --- a/.bashrc +++ b/.bashrc @@ -212,7 +212,7 @@ function cpan {(unset cpan; if [ $# = 0 ];then cpan;else perl -MCPAN -e "install function exx { cd "`unset exx;exx "$@"|tee /proc/self/fd/2|tail -n1|sed -n 's/^extdir=//p'`"; };export -f exx function revlines { perl -e 'my @r=();push @r,$_ while (<>);print pop @r while @r;'; }; export -f revlines -ulimit -c 0 +ulimit -S -c 0 set +H shopt -s mailwarn unset OPTIND