Quote:
|
Originally Posted by happyv
thx, but the file have many different fileds should as <customer>, <price>, etc
I ONLY need to do <Number>, how your settlement work for this?
|
Then it becomes much simpler
Code:
sed -e "s/\(<Number>..\).*\(<Number>\)/\1\2/g" file