From 1b2a15181ff9b4fdeeae478b63b294a7f5b27ec0 Mon Sep 17 00:00:00 2001 From: short <> Date: Sat, 9 Feb 2002 00:17:00 +0000 Subject: [PATCH 1/1] +function finame +set +H +shopt -s mailwarn --- .bashrc | 5 +++++ 1 file changed, 5 insertions(+) diff --git a/.bashrc b/.bashrc index bb25002..f1fabc0 100644 --- a/.bashrc +++ b/.bashrc @@ -85,6 +85,9 @@ function cvsignoreallrm { cvsignoreall | xargs rm -f; }; export -f cvsignoreallr 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 finame { find . ` + awk