aboutsummaryrefslogtreecommitdiff
path: root/tests/06-start-of-line.sh
blob: c44000e595f6ce4be9048b82528b836aec932459 (plain)
1
2
3
# ^ matches start of a line
# Example: bp -p '^ "x"' matches lines starting with "x"
bp -p '^ "foo"'