4 lines
137 B
Bash
4 lines
137 B
Bash
# Character sets and ranges work with backticks
|
|
# Example: bp -p '`a-z,A-Z' matches all lowercase and uppercase letters
|
|
bp -p '`0-9,a-f'
|