for i in reporte0*/user/*
do
awk -F: ' { for (i=1; i<=NF; i++) if (length($i) >1000 ) print FILENAME"^"$1,$2,i,$i } ' "$i" ; done 

