Fossil SCM
Added a spec reference to POSIX grep, and fixed a typo.
Commit
9fc411ab58e4dac411315c5d5828599efafcee6a861907efa6b81c5a48dc941c
Parent
f984d331aee7f63…
1 file changed
+4
-3
+4
-3
| --- www/grep.md | ||
| +++ www/grep.md | ||
| @@ -1,11 +1,12 @@ | ||
| 1 | 1 | # Fossil grep vs POSIX grep |
| 2 | 2 | |
| 3 | 3 | As of Fossil 2.7, there is a `grep` command which acts roughly like |
| 4 | 4 | POSIX's `grep -E` over all historical versions of a single file name. |
| 5 | -This document explains the commonalities and divergences between POSIX | |
| 6 | -`grep` and Fossil `grep`. | |
| 5 | +This document explains the commonalities and divergences between [POSIX | |
| 6 | +`grep`](http://pubs.opengroup.org/onlinepubs/9699919799/utilities/grep.html) | |
| 7 | +and Fossil `grep`. | |
| 7 | 8 | |
| 8 | 9 | |
| 9 | 10 | ## Options |
| 10 | 11 | |
| 11 | 12 | Fossil `grep` supports only a small subset of the options specified for |
| @@ -20,11 +21,11 @@ | ||
| 20 | 21 | No equivalent of other POSIX `grep` options currently exist. |
| 21 | 22 | |
| 22 | 23 | Note in partcicular that there is no equivalent of `grep -R`, either |
| 23 | 24 | implicitly or explicitly. Fossil `grep` currently accepts only a single |
| 24 | 25 | input file name. You cannot give it a list of file names, and you cannot |
| 25 | -give it a a directory name for Fossil to expand to the set of all files | |
| 26 | +give it a directory name for Fossil to expand to the set of all files | |
| 26 | 27 | under that directory. |
| 27 | 28 | |
| 28 | 29 | Patches to remove those limitations will be thoughtfully considered. |
| 29 | 30 | |
| 30 | 31 | |
| 31 | 32 |
| --- www/grep.md | |
| +++ www/grep.md | |
| @@ -1,11 +1,12 @@ | |
| 1 | # Fossil grep vs POSIX grep |
| 2 | |
| 3 | As of Fossil 2.7, there is a `grep` command which acts roughly like |
| 4 | POSIX's `grep -E` over all historical versions of a single file name. |
| 5 | This document explains the commonalities and divergences between POSIX |
| 6 | `grep` and Fossil `grep`. |
| 7 | |
| 8 | |
| 9 | ## Options |
| 10 | |
| 11 | Fossil `grep` supports only a small subset of the options specified for |
| @@ -20,11 +21,11 @@ | |
| 20 | No equivalent of other POSIX `grep` options currently exist. |
| 21 | |
| 22 | Note in partcicular that there is no equivalent of `grep -R`, either |
| 23 | implicitly or explicitly. Fossil `grep` currently accepts only a single |
| 24 | input file name. You cannot give it a list of file names, and you cannot |
| 25 | give it a a directory name for Fossil to expand to the set of all files |
| 26 | under that directory. |
| 27 | |
| 28 | Patches to remove those limitations will be thoughtfully considered. |
| 29 | |
| 30 | |
| 31 |
| --- www/grep.md | |
| +++ www/grep.md | |
| @@ -1,11 +1,12 @@ | |
| 1 | # Fossil grep vs POSIX grep |
| 2 | |
| 3 | As of Fossil 2.7, there is a `grep` command which acts roughly like |
| 4 | POSIX's `grep -E` over all historical versions of a single file name. |
| 5 | This document explains the commonalities and divergences between [POSIX |
| 6 | `grep`](http://pubs.opengroup.org/onlinepubs/9699919799/utilities/grep.html) |
| 7 | and Fossil `grep`. |
| 8 | |
| 9 | |
| 10 | ## Options |
| 11 | |
| 12 | Fossil `grep` supports only a small subset of the options specified for |
| @@ -20,11 +21,11 @@ | |
| 21 | No equivalent of other POSIX `grep` options currently exist. |
| 22 | |
| 23 | Note in partcicular that there is no equivalent of `grep -R`, either |
| 24 | implicitly or explicitly. Fossil `grep` currently accepts only a single |
| 25 | input file name. You cannot give it a list of file names, and you cannot |
| 26 | give it a directory name for Fossil to expand to the set of all files |
| 27 | under that directory. |
| 28 | |
| 29 | Patches to remove those limitations will be thoughtfully considered. |
| 30 | |
| 31 | |
| 32 |