X-Git-Url: https://git.jankratochvil.net/?a=blobdiff_plain;f=.bashrc;h=d9c875e0cdd58a7ce63f379affa19db3e89281f7;hb=4797c4ec63b172e35ca6f9bb85c2a87ac5b9334c;hp=570f1ad837875720140ce199cb9a4fa767f70012;hpb=1073f4b16912de570250fc178a3a4f4127925e0c;p=nethome.git diff --git a/.bashrc b/.bashrc index 570f1ad..d9c875e 100644 --- a/.bashrc +++ b/.bashrc @@ -78,13 +78,13 @@ function cvsupdatei { cvs update "$@" 2>&1|pipebuf -q|grep -v '^?'|less; }; expo function wclines { awk '{x[$0]++}END{for (i in x) print x[i]"\t"i}'; }; export -f wclines function ulimitme { ulimit -m 100000 -d 150000 -v 200000; }; export -f ulimitme -function grep { ( ulimitme; `which grep` "$@"; ); }; export -f grep +function grep {(unset grep; ( ulimitme; grep "$@"; ); );}; export -f grep function finame { find . -false ` awk