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