4 lines
101 B
Bash
4 lines
101 B
Bash
# ^ matches start of a line
|
|
# Example: bp -p '^ "x"' matches lines starting with "x"
|
|
bp -p '^ "foo"'
|