From c19c575fe53abfeeedbeb6f4e3057f1093413dd0 Mon Sep 17 00:00:00 2001 From: q Date: Sun, 9 Feb 2014 11:46:43 +0200 Subject: [PATCH] rmv, mv with rsync --- qcd_function | 2 -- 1 file changed, 2 deletions(-) diff --git a/qcd_function b/qcd_function index a3d3b2a..c54d171 100644 --- a/qcd_function +++ b/qcd_function @@ -182,8 +182,6 @@ function gcd() { function rmv () { #mv with rsync - local length - local sources rsync -vaP --remove-source-files "$@" # remove empty folders from sources (not last argument) for (( i=1; i<=$(($#-1)); i++ ))