Fossil SCM
Doc formatting fixes from [forum:/forumpost/a924078381 | /forumpost/a924078381].
Commit
3c8831ec47cef55bd64955c671152a34039a6bdb991481ec3a92e2ae24b82f3a
Parent
c2961945dfac0c7…
1 file changed
+4
-4
+4
-4
| --- www/grep.md | ||
| +++ www/grep.md | ||
| @@ -18,15 +18,15 @@ | ||
| 18 | 18 | | `-l` | list a checkin ID prefix for matching historical versions of the file |
| 19 | 19 | | `-v` | print each checkin ID considered, regardless of whether it matches |
| 20 | 20 | |
| 21 | 21 | That leaves many divergences at the option level from POSIX `grep`: |
| 22 | 22 | |
| 23 | -* There is no built-in way to get a count of matches, as with `grep | |
| 24 | - -c`. | |
| 23 | +* There is no built-in way to get a count of matches, as with | |
| 24 | + `grep -c`. | |
| 25 | 25 | |
| 26 | -* You cannot give more than one pattern, as with `grep -e` or `grep | |
| 27 | - -f`. | |
| 26 | +* You cannot give more than one pattern, as with `grep -e` or | |
| 27 | + `grep -f`. | |
| 28 | 28 | |
| 29 | 29 | * There is no equivalent of `grep -F` to do literal fixed-string |
| 30 | 30 | matches only. |
| 31 | 31 | |
| 32 | 32 | * `fossil grep -l` does not do precisely the same thing as POSIX |
| 33 | 33 |
| --- www/grep.md | |
| +++ www/grep.md | |
| @@ -18,15 +18,15 @@ | |
| 18 | | `-l` | list a checkin ID prefix for matching historical versions of the file |
| 19 | | `-v` | print each checkin ID considered, regardless of whether it matches |
| 20 | |
| 21 | That leaves many divergences at the option level from POSIX `grep`: |
| 22 | |
| 23 | * There is no built-in way to get a count of matches, as with `grep |
| 24 | -c`. |
| 25 | |
| 26 | * You cannot give more than one pattern, as with `grep -e` or `grep |
| 27 | -f`. |
| 28 | |
| 29 | * There is no equivalent of `grep -F` to do literal fixed-string |
| 30 | matches only. |
| 31 | |
| 32 | * `fossil grep -l` does not do precisely the same thing as POSIX |
| 33 |
| --- www/grep.md | |
| +++ www/grep.md | |
| @@ -18,15 +18,15 @@ | |
| 18 | | `-l` | list a checkin ID prefix for matching historical versions of the file |
| 19 | | `-v` | print each checkin ID considered, regardless of whether it matches |
| 20 | |
| 21 | That leaves many divergences at the option level from POSIX `grep`: |
| 22 | |
| 23 | * There is no built-in way to get a count of matches, as with |
| 24 | `grep -c`. |
| 25 | |
| 26 | * You cannot give more than one pattern, as with `grep -e` or |
| 27 | `grep -f`. |
| 28 | |
| 29 | * There is no equivalent of `grep -F` to do literal fixed-string |
| 30 | matches only. |
| 31 | |
| 32 | * `fossil grep -l` does not do precisely the same thing as POSIX |
| 33 |