This commit is contained in:
Neil 2021-06-12 18:36:58 -07:00
parent bf8b9c5fed
commit fd36482f57

View File

@ -11,19 +11,19 @@ ignored.
FindPatterns [filename] [-b] [-e] [-i] [-o] [-v] [-m<n>] [-l<n>] [-g<n>] [-?|h] FindPatterns [filename] [-b] [-e] [-i] [-o] [-v] [-m<n>] [-l<n>] [-g<n>] [-?|h]
filename Attempt to read input from this file, otherwise uses stdin. | filename | Attempt to read input from this file, otherwise uses stdin. |
-b Keep a buffer to count repeated matches (!o -> b.) |-|-|
-e Echo input. | -b | Keep a buffer to count repeated matches (!o -> b.) |
-i Case-insensitive (not implemented.) | -e | Echo input. |
-n Don't display matches at the end. | -i | Case-insensitive (not implemented.) |
-o Output matches immediately as they are found. | -n | Don't display matches at the end. |
-s Silent mode - plain output with no extra characters. | -o | Output matches immediately as they are found. |
-v Verbose comments while outputting. | -s | Silent mode - plain output with no extra characters. |
-g<n> Set memory buffer granularity to the closest power of two | -v | Verbose comments while outputting. |
lower than <n> bytes (default 1024.) | -g<n> | Set memory buffer granularity to the closest power of two lower than <n> bytes (default 1024.) |
-l<n> Set match limit to <n> matches (default 4096; 0 -> no limit.) | -l<n> | Set match limit to <n> matches (default 4096; 0 -> no limit.) |
-m<n> Set minimum match length to <n> symbols (default 3). | -m<n> | Set minimum match length to <n> symbols (default 3). |
-?|h Display this help screen and exit. | -?\|h | Display this help screen and exit. |
Adding -<s>- will turn off switch <s>. Adding -<s>- will turn off switch <s>.