4 lines
93 B
Bash
4 lines
93 B
Bash
# $ matches end of line
|
|
# Example: bp '{"x" $}' matches lines ending with "x"
|
|
bp '{"foo" $}'
|