From aa0da9ecbe1ee3b10db6aeb0a49bd557c8f7cdc9 Mon Sep 17 00:00:00 2001 From: short <> Date: Sat, 20 Oct 2001 01:17:26 +0000 Subject: [PATCH 1/1] +function rsync --- .bashrc | 1 + 1 file changed, 1 insertion(+) diff --git a/.bashrc b/.bashrc index 3054275..8df91a5 100644 --- a/.bashrc +++ b/.bashrc @@ -76,6 +76,7 @@ function cvsignorerm { cvsignore | xargs rm -f; }; export -f cvsignorerm 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 rsync { `which rsync` -v -e ssh --progress --stats --partial "$@"; }; export -f rsync ulimit -c 0 -- 1.8.3.1