mirror of
https://github.com/sheumann/hush.git
synced 2025-01-11 08:29:54 +00:00
523006798c
Signed-off-by: Ron Yorston <rmy@pobox.com> Signed-off-by: Denys Vlasenko <vda.linux@googlemail.com>
3 lines
31 B
Plaintext
Executable File
3 lines
31 B
Plaintext
Executable File
v="a\bc"
|
|
echo ${v/\\b/_\\_\z_}
|