Hi
Pm4.1LM10m04850 0.24924Pm4.1LM01m05240 0.02328Pm4.1LM01m11200 -0.02328Pm4.1LM01m11050 0.02899Pm4.1LM03m10920 0.04638Pm4.1LM00m08740 -0.04638Pm4.1LM09m10890 0.18085Pm4.1LM05m02500 0.23509Pm4.1LM03m01390
This is my query data above.
I want to exclude those digits that are in bold and the rest in rows like this:
Pm4.1LM10m04850
Pm4.1LM01m05240
Pm4.1LM01m11200
and so on..
I tried using grep command: grep "Pm4.1LM[0-9]" FILENAME
of course it didn't work because there is character in between [0-9] pattern I used in command.
Can anyone help please
Appreciated if help is given with bit of detail explanation!!!
Thanks in advance
It works. Thank you.
A small educational note: if an answer was helpful, you should upvote it; if the answer resolved your question, you should mark it as accepted. You can accept more than one answer if they work. This will help future users that might find this post find the right answer.