bp/tests/19-negation.sh
2021-08-28 14:26:32 -07:00

4 lines
151 B
Bash

# !pat matches only if pat doesn't match
# Example: bp -p '"cat" !"aclysm"' matches the "cat" in "catatonic", but not "cataclysm"
bp -p '"foo" !"bar"'