-
-
Notifications
You must be signed in to change notification settings - Fork 52
Commit
This commit does not belong to any branch on this repository, and may belong to a fork outside of the repository.
Added new pattern options to
ronin grep
and ronin extract
docs.
- Loading branch information
1 parent
0484108
commit 78f7532
Showing
4 changed files
with
58 additions
and
2 deletions.
There are no files selected for viewing
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
Original file line number | Diff line number | Diff line change |
---|---|---|
|
@@ -29,6 +29,27 @@ Extract common patterns in the given file(s) or input stream. | |
`-V`, `--version-number` | ||
: Searches for all version numbers. | ||
|
||
`--alpha` | ||
: Searches for all alphabetic characters. | ||
|
||
`--uppercase` | ||
: Searches for all uppercase alphabetic characters. | ||
|
||
`--lowercase` | ||
: Searches for all lowercase alphabetic characters. | ||
|
||
`--alpha-numeric` | ||
: Searches for all alphanumeric characters. | ||
|
||
`--hex` | ||
: Searches for all hexadecimal characters. | ||
|
||
`--uppercase-hex` | ||
: Searches for all uppercase hexadecimal characters. | ||
|
||
`--lowercase-hex` | ||
: Searches for all lowercase hexadecimal characters. | ||
|
||
`-w`, `--word` | ||
: Searches for all words. | ||
|
||
|
@@ -228,4 +249,4 @@ Postmodern <[email protected]> | |
|
||
## SEE ALSO | ||
|
||
[ronin-grep](ronin-grep.1.md) | ||
[ronin-grep](ronin-grep.1.md) |
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
Original file line number | Diff line number | Diff line change |
---|---|---|
|
@@ -29,6 +29,27 @@ Greps for common patterns in the given file(s) or input stream. | |
`-V`, `--version-number` | ||
: Searches for all version numbers. | ||
|
||
`--alpha` | ||
: Searches for all alphabetic characters. | ||
|
||
`--uppercase` | ||
: Searches for all uppercase alphabetic characters. | ||
|
||
`--lowercase` | ||
: Searches for all lowercase alphabetic characters. | ||
|
||
`--alpha-numeric` | ||
: Searches for all alphanumeric characters. | ||
|
||
`--hex` | ||
: Searches for all hexadecimal characters. | ||
|
||
`--uppercase-hex` | ||
: Searches for all uppercase hexadecimal characters. | ||
|
||
`--lowercase-hex` | ||
: Searches for all lowercase hexadecimal characters. | ||
|
||
`-w`, `--word` | ||
: Searches for all words. | ||
|
||
|
@@ -237,4 +258,4 @@ Postmodern <[email protected]> | |
|
||
## SEE ALSO | ||
|
||
[ronin-extract](ronin-extract.1.md) | ||
[ronin-extract](ronin-extract.1.md) |