grep "init parameter reqParam" search.log.2017-02-23-0.log | awk '{ printf("%s %s\t", $1,$2); for(i=10; i<=NF; i++) {printf "%s",$i}; printf"\n" }'