Hi,
Somehow I stuck a regex problem.
I have a text like below, and I want to grep 2948 text . Of course this number can change.
total-status="number here" --> This format never changes.
So how can I grep this number?
***********************************
text1 text2 abcd any text here total-status="2948"
***********************************
regards.