@@ -1616,12 +1616,11 @@ same line, like XOR:
16161616### Search this but not that with -v, -e, -N, -f, -L, -w, -x
16171617
16181618 -e PATTERN, --regexp=PATTERN
1619- Specify a PATTERN used during the search of the input: an input
1620- line is selected if it matches any of the specified patterns.
1621- Note that longer patterns take precedence over shorter patterns.
1622- This option is most useful when multiple -e options are used to
1623- specify multiple patterns, when a pattern begins with a dash (`-'),
1624- to specify a pattern after option -f or after the FILE arguments.
1619+ Specify a PATTERN to search the input. An input line is selected
1620+ if it matches any of the specified patterns. This option is useful
1621+ when multiple -e options are used to specify multiple patterns, or
1622+ when a pattern begins with a dash (`-'), or to specify a pattern
1623+ after option -f or after the FILE arguments.
16251624 -f FILE, --file=FILE
16261625 Read newline-separated patterns from FILE. White space in patterns
16271626 is significant. Empty lines in FILE are ignored. If FILE does not
@@ -4189,11 +4188,10 @@ in markdown:
41894188
41904189 -e PATTERN, --regexp=PATTERN
41914190 Specify a PATTERN to search the input. An input line is selected
4192- if it matches any of the specified patterns. Note that longer
4193- patterns take precedence over shorter patterns. This option is
4194- most useful when multiple -e options are used to specify multiple
4195- patterns, when a pattern begins with a dash (`-'), to specify a
4196- pattern after option -f or after the FILE arguments.
4191+ if it matches any of the specified patterns. This option is
4192+ useful when multiple -e options are used to specify multiple
4193+ patterns, or when a pattern begins with a dash (`-'), or to
4194+ specify a pattern after option -f or after the FILE arguments.
41974195
41984196 --encoding=ENCODING
41994197 The encoding format of the input. The default ENCODING is binary
@@ -5297,7 +5295,7 @@ in markdown:
52975295
52985296 $ ugrep -e FIXME -f cpp/zap_strings myfile.cpp
52995297
5300- Find lines with `FIXME' or `TODO', showing line numberes :
5298+ Find lines with `FIXME' or `TODO', showing line numbers :
53015299
53025300 $ ugrep -n -e FIXME -e TODO myfile.cpp
53035301
@@ -5380,7 +5378,7 @@ in markdown:
53805378 $ ugrep --help fuzzy
53815379
53825380 COPYRIGHT
5383- Copyright (c) 2021- 2024 Robert A. van Engelen <engelen@acm.org>
5381+ Copyright (c) 2021, 2024 Robert A. van Engelen <engelen@acm.org>
53845382
53855383 ugrep is released under the BSD-3 license. All parts of the software
53865384 have reasonable copyright terms permitting free redistribution. This
@@ -5394,7 +5392,7 @@ in markdown:
53945392
53955393
53965394
5397- ugrep 6.1 .0 June 3 , 2024 UGREP(1)
5395+ ugrep 6.2 .0 July 9 , 2024 UGREP(1)
53985396
53995397🔝 [ Back to table of contents] ( #toc )
54005398
0 commit comments