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

4 lines
101 B
Bash

# ^ matches start of a line
# Example: bp -p '^ "x"' matches lines starting with "x"
bp -p '^ "foo"'