mirror of
https://github.com/sheumann/hush.git
synced 2025-02-05 05:33:31 +00:00
9a595bb36d
Signed-off-by: Denys Vlasenko <vda.linux@googlemail.com>
3 lines
24 B
Plaintext
Executable File
3 lines
24 B
Plaintext
Executable File
v="abc"
|
|
echo ${v/b/x/y}
|