4 lines
98 B
Bash
4 lines
98 B
Bash
# Match a single character with backtick:
|
|
# Example: bp -p '`A' matches the letter "A"
|
|
bp -p '`x'
|