bp/tests/7-end-of-line.sh
2021-08-28 14:26:32 -07:00

4 lines
95 B
Bash

# $ matches end of line
# Example: bp -p '"x" $' matches lines ending with "x"
bp -p '"foo" $'