4 lines
154 B
Bash
4 lines
154 B
Bash
# The plus (+) prefix operator matches one or more of a pattern
|
|
# Example: bp -p '"l" +"ol"' will match "lol", "lolol", "lololol", etc.
|
|
bp -p '`( +`x `)'
|