Thread (18 messages) flat view 18 messages, 4 authors, 2020-06-15

Re: [PATCH 3/3] selftests/livepatch: filter 'taints' from dmesg comparison

From: Miroslav Benes <mbenes@suse.cz>
Date: 2020-06-15 07:55:30
Also in: linux-kselftest

From
https://www.gnu.org/software/grep/manual/grep.html#The-Backslash-Character-and-Special-Expressions
:

The ‘\’ character, when followed by certain ordinary characters, takes a
special meaning:

...

‘\<’

    Match the empty string at the beginning of word.
‘\>’

    Match the empty string at the end of word.


I'd be happy to use any other (more readable!) whole-word matching grep trick,
this \<one\> just happens to be committed to my cmdline muscle memory.
There is 'grep -w' which I use for this.

Miroslav
Keyboard shortcuts
hback out one level
jnext message in thread
kprevious message in thread
ldrill in
Escclose help / fold thread tree
?toggle this help