Fossil SCM

Added a spec reference to POSIX grep, and fixed a typo.

wyoung 2018-10-03 21:11 trunk
Commit 9fc411ab58e4dac411315c5d5828599efafcee6a861907efa6b81c5a48dc941c
1 file changed +4 -3
+4 -3
--- www/grep.md
+++ www/grep.md
@@ -1,11 +1,12 @@
11
# Fossil grep vs POSIX grep
22
33
As of Fossil 2.7, there is a `grep` command which acts roughly like
44
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`.
78
89
910
## Options
1011
1112
Fossil `grep` supports only a small subset of the options specified for
@@ -20,11 +21,11 @@
2021
No equivalent of other POSIX `grep` options currently exist.
2122
2223
Note in partcicular that there is no equivalent of `grep -R`, either
2324
implicitly or explicitly. Fossil `grep` currently accepts only a single
2425
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
2627
under that directory.
2728
2829
Patches to remove those limitations will be thoughtfully considered.
2930
3031
3132
--- 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

Keyboard Shortcuts

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