bp/tests/13-plus.sh
2021-08-28 14:26:32 -07:00

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 `)'