bp/tests/22-replace.sh
2021-08-28 14:26:32 -07:00

4 lines
153 B
Bash

# Replacements can be done with pat => "replacement"
# Example: bp -p '"foo" => "baz"' matches "foobar" and replaces it with "bazbar"
bp -p '"s" => "$"'