From e3c7f529b3cade84ca18f3ff7fae0e15da39fa00 Mon Sep 17 00:00:00 2001 From: kuiki Date: Wed, 20 Feb 2019 16:22:23 +0800 Subject: [PATCH] =?UTF-8?q?=E6=94=B9=E8=BF=9B=E8=BE=93=E5=87=BA?= MIME-Version: 1.0 Content-Type: text/plain; charset=UTF-8 Content-Transfer-Encoding: 8bit --- find.sh | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/find.sh b/find.sh index 80cf81d..53a83d4 100755 --- a/find.sh +++ b/find.sh @@ -7,7 +7,7 @@ for result in $results;do echo "$originFile exist!" same=$(diff $result $originFile) if [ ! -n "$same" ];then - echo 'file same' + echo "file $result same with $originFile" rm $result fi fi