Fossil SCM

Removed obsolete reference to the historical limitation of the grep command accepting only a single filename.

stephan 2020-03-26 05:30 trunk
Commit 30a2af8e394c3b54ea4fa0601e8a787063b8c085531753a2a6c434e764725e29
1 file changed +5 -6
+5 -6
--- www/grep.md
+++ www/grep.md
@@ -39,16 +39,15 @@
3939
* There is no way to suppress all output, returning only a status code
4040
to indicate whether the pattern matched, as with `grep -q`.
4141
4242
* There is no way to suppress error output, as with `grep -s`.
4343
44
-* Fossil `grep` accepts only a single input file name. You cannot give
45
- it a list of file names, and you cannot give it a directory name for
46
- Fossil to expand to the set of all files under that directory. This
47
- means Fossil `grep` has no equivalent of the common POSIX `grep -R`
48
- extension. (And if it did, it would probably have a different option
49
- letter, since `-R` in Fossil has a different meaning, by
44
+* Fossil `grep` does not accept a directory name for Fossil to
45
+ expand to the set of all files under that directory. This means
46
+ Fossil `grep` has no equivalent of the common POSIX `grep -R`
47
+ extension. (And if it did, it would probably have a different
48
+ option letter, since `-R` in Fossil has a different meaning, by
5049
convention.)
5150
5251
* You cannot invert the match, as with `grep -v`.
5352
5453
Patches to remove those limitations will be thoughtfully considered.
5554
--- www/grep.md
+++ www/grep.md
@@ -39,16 +39,15 @@
39 * There is no way to suppress all output, returning only a status code
40 to indicate whether the pattern matched, as with `grep -q`.
41
42 * There is no way to suppress error output, as with `grep -s`.
43
44 * Fossil `grep` accepts only a single input file name. You cannot give
45 it a list of file names, and you cannot give it a directory name for
46 Fossil to expand to the set of all files under that directory. This
47 means Fossil `grep` has no equivalent of the common POSIX `grep -R`
48 extension. (And if it did, it would probably have a different option
49 letter, since `-R` in Fossil has a different meaning, by
50 convention.)
51
52 * You cannot invert the match, as with `grep -v`.
53
54 Patches to remove those limitations will be thoughtfully considered.
55
--- www/grep.md
+++ www/grep.md
@@ -39,16 +39,15 @@
39 * There is no way to suppress all output, returning only a status code
40 to indicate whether the pattern matched, as with `grep -q`.
41
42 * There is no way to suppress error output, as with `grep -s`.
43
44 * Fossil `grep` does not accept a directory name for Fossil to
45 expand to the set of all files under that directory. This means
46 Fossil `grep` has no equivalent of the common POSIX `grep -R`
47 extension. (And if it did, it would probably have a different
48 option letter, since `-R` in Fossil has a different meaning, by
 
49 convention.)
50
51 * You cannot invert the match, as with `grep -v`.
52
53 Patches to remove those limitations will be thoughtfully considered.
54

Keyboard Shortcuts

Open search /
Next entry (timeline) j
Previous entry (timeline) k
Open focused entry Enter
Show this help ?
Toggle theme Top nav button