for i in `ls current`
	do
	echo "------- $i -------"
	diff current/$i target/$i
	done
