4 lines
99 B
Bash
4 lines
99 B
Bash
# The | operator matches word edges
|
|
# Example: bp -p '|"baz"|' matches the word "baz"
|
|
bp '\|foo\|'
|