Clarify mechanics in grep.1
This commit is contained in:
parent
b2f078fb13
commit
37d30f2bd8
2
grep.1
2
grep.1
@ -59,7 +59,7 @@ Select lines which do
|
|||||||
.B not
|
.B not
|
||||||
Match the pattern.
|
Match the pattern.
|
||||||
.It Fl w
|
.It Fl w
|
||||||
The expression is searched for as a word (as if surrounded by '[[:<:]]' and '[[:>:]]').
|
The expression is searched for as a word (as if surrounded by '\<' and '\>').
|
||||||
.It Fl x
|
.It Fl x
|
||||||
Consider only input lines that use all characters in the line excluding the terminating <newline> to
|
Consider only input lines that use all characters in the line excluding the terminating <newline> to
|
||||||
match an entire fixed string or regular expression to be matching lines.
|
match an entire fixed string or regular expression to be matching lines.
|
||||||
|
Loading…
Reference in New Issue
Block a user