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