From d6993345f8ed9800c06916f0871ad88915308eae Mon Sep 17 00:00:00 2001 From: Ville Rantanen Date: Tue, 25 Aug 2020 08:42:28 +0300 Subject: [PATCH] force ending time 0 --- files/rm-progress | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/files/rm-progress b/files/rm-progress index bf37a81..92f6ff4 100755 --- a/files/rm-progress +++ b/files/rm-progress @@ -72,7 +72,7 @@ function deletefiles() { fi done < <(find "$@" \( -type f -or -type l \) -print0) printf "\r%s %s %${filespad}d/%${filespad}d %2d%%" \ - "$timedone" "$timeleft" "$i" "$files" "100" + "$timedone" "00:00:00" "$i" "$files" "100" printf "\n" } function listfolders() {