Many hyperlinks are disabled.
Use anonymous login
to enable hyperlinks.
Overview
Comment: | Removed obsolete reference to the historical limitation of the grep command accepting only a single filename. |
---|---|
Downloads: | Tarball | ZIP archive |
Timelines: | family | ancestors | descendants | both | trunk |
Files: | files | file ages | folders |
SHA3-256: |
30a2af8e394c3b54ea4fa0601e8a7870 |
User & Date: | stephan 2020-03-26 05:30:43.208 |
Context
2020-03-26
| ||
10:40 | Fix a formatting issue on the load-management documentation page. ... (check-in: c2c998d9 user: drh tags: trunk) | |
05:30 | Removed obsolete reference to the historical limitation of the grep command accepting only a single filename. ... (check-in: 30a2af8e user: stephan tags: trunk) | |
03:01 | Fix typos. ... (check-in: 58f00d33 user: ashepilko tags: trunk) | |
Changes
Changes to www/grep.md.
︙ | ︙ | |||
37 38 39 40 41 42 43 | number in `fossil grep` output. * There is no way to suppress all output, returning only a status code to indicate whether the pattern matched, as with `grep -q`. * There is no way to suppress error output, as with `grep -s`. | | < | | | | | 37 38 39 40 41 42 43 44 45 46 47 48 49 50 51 52 53 54 55 | number in `fossil grep` output. * There is no way to suppress all output, returning only a status code to indicate whether the pattern matched, as with `grep -q`. * There is no way to suppress error output, as with `grep -s`. * Fossil `grep` does not accept a directory name for Fossil to expand to the set of all files under that directory. This means Fossil `grep` has no equivalent of the common POSIX `grep -R` extension. (And if it did, it would probably have a different option letter, since `-R` in Fossil has a different meaning, by convention.) * You cannot invert the match, as with `grep -v`. Patches to remove those limitations will be thoughtfully considered. |
︙ | ︙ |