4 lines
168 B
Bash
4 lines
168 B
Bash
|
# Lookbehinds can have variable length.
|
||
|
# Example: bp -p '<(^ +`# _) "foo"' matches lines starting with "# foo", "## foo", "### foo", etc.
|
||
|
bp -p '<(`U +`h "...") "ok"'
|