mirror of
https://github.com/sheumann/hush.git
synced 2025-01-10 16:29:44 +00:00
9a595bb36d
Signed-off-by: Denys Vlasenko <vda.linux@googlemail.com>
3 lines
26 B
Plaintext
Executable File
3 lines
26 B
Plaintext
Executable File
v="abcabc"
|
|
echo ${v//b/x}
|