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