mirror of
https://github.com/sheumann/hush.git
synced 2024-11-19 08:31:11 +00:00
b0fbe4b540
function old new delta changepath 195 192 -3 subevalvar 1204 1200 -4 readtoken1 3247 3240 -7 ------------------------------------------------------------------------------ (add/remove: 0/0 grow/shrink: 0/3 up/down: 0/-14) Total: -14 bytes Signed-off-by: Denys Vlasenko <vda.linux@googlemail.com>
4 lines
62 B
Plaintext
Executable File
4 lines
62 B
Plaintext
Executable File
FOO='a*b\*c'
|
|
echo "${FOO//\\*/-backslashstar-}"
|
|
echo Done: $?
|