I need to extract with -o1 a group that is matched in lines that do not contain a string.
If I use -v pcregrep does not match any groups - which is reasonable: I'm asking to group-match something in patterns that I'm excluding.
How can I deal with that?
Thanks in advance for any help.