Im grepping below file with output below but i want the result to increment it with another number.
egrep -i --color=auto "[0-9]{10}" file 2017080802 ; Xen number
Something like this?
awk '/[0-9]{10}/ { print 1+$1 }' file