I want to know, if I use egrep ((GNU grep)2.5.1), I can select a part of the matching text, for example:
p> grep’^([a-zA-Z.-]+)[0-9]+’ ./file.txt So I only get the matching part between th
I want to know, if I use egrep ((GNU grep)2.5.1), I can select a part of the matching text, for example:
p> grep’^([a-zA-Z.-]+)[0-9]+’ ./file.txt So I only get the matching part between th