aboutsummaryrefslogtreecommitdiff
path: root/tests/22-replace.sh
blob: cd4885048b5c9bed5e3c195e3c9f09adce0999d6 (plain)
1
2
3
# Replacements can be done with pat => "replacement"
# Example: bp -p '"foo" => "baz"' matches "foobar" and replaces it with "bazbar"
bp -p '"s" => "$"'