bp/tests/22-replace.sh

4 lines
153 B
Bash
Raw Normal View History

2021-08-28 14:26:32 -07:00
# Replacements can be done with pat => "replacement"
# Example: bp -p '"foo" => "baz"' matches "foobar" and replaces it with "bazbar"
bp -p '"s" => "$"'