diff options
-rwxr-xr-x | bsgrep | 5 |
1 files changed, 3 insertions, 2 deletions
@@ -244,7 +244,8 @@ These options work with both B<bsgrep> and B<bsjoin>: Use I<char> as the continuation character, rather than a backslash. Actually, there's no law that says it has to be a single character, if you can think of a use for a string here... though it's treated as -a fixed string, not a regular expression. +a fixed string, not a regular expression. This option does not exist +in B<grep>. =item -k @@ -255,7 +256,7 @@ This option does not exist in B<grep>. Prefix output lines with line numbers (same as B<grep>). For lines that are split with continuation characters, the line number will be -that of the first line in the set. +that of the first line in the set. Same as B<grep>. =item -w |