4 lines
96 B
Bash
4 lines
96 B
Bash
# Match a single character with backtick:
|
|
# Example: bp '{`A}' matches the letter "A"
|
|
bp '{`x}'
|