bp/tests/07-end-of-line.sh

4 lines
93 B
Bash

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