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