I'm using grep to extract lines that match a regular expression. How to get only the matches and not the whole line?
|
feedback
|
|
You can supply grep the
(Hint: The mnemonic I use for this is: omit everything except match) | ||||
|
feedback
|
