4 lines
95 B
Bash
4 lines
95 B
Bash
# $ matches end of line
|
|
# Example: bp -p '"x" $' matches lines ending with "x"
|
|
bp -p '"foo" $'
|