From: short <> Date: Sat, 20 Oct 2001 01:17:26 +0000 (+0000) Subject: +function rsync X-Git-Tag: rh72~15 X-Git-Url: https://git.jankratochvil.net/?p=nethome.git;a=commitdiff_plain;h=aa0da9ecbe1ee3b10db6aeb0a49bd557c8f7cdc9;hp=01d79ab597ddd1281d51625a057496fa564aafbe +function rsync --- 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