aboutsummaryrefslogtreecommitdiff
path: root/tests/19-negation.sh
blob: 2928df13ca92ad5c9b76fe2d78805a5402de3811 (plain)
1
2
3
# !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"'