From 1cca9e4b72b106374f203890b266f18609deefe3 Mon Sep 17 00:00:00 2001 From: Arun Prakash Jana Date: Fri, 22 Nov 2019 02:14:25 +0530 Subject: shellcheck fixes --- plugins/dups | 6 +++--- 1 file changed, 3 insertions(+), 3 deletions(-) (limited to 'plugins/dups') diff --git a/plugins/dups b/plugins/dups index 0643025..2c5bb5e 100755 --- a/plugins/dups +++ b/plugins/dups @@ -9,7 +9,7 @@ # Shell: POSIX compliant # Author: syssyphus -find -size +0 -type f -printf "%s\n" | sort -rn | uniq -d | xargs -I{} -n1 find -type f -size {}c -print0 | xargs -0 md5sum | sort | uniq -w32 --all-repeated=separate +find . -size +0 -type f -printf "%s\n" | sort -rn | uniq -d | xargs -I{} -n1 find -type f -size {}c -print0 | xargs -0 md5sum | sort | uniq -w32 --all-repeated=separate -echo "Press any key to exit" -read dummy +printf "Press any key to exit" +read -r _ -- cgit v1.2.3-70-g09d2