如何${var//Pattern/Replacement}用空格替换制表符?
${var//Pattern/Replacement}
${var//\t/ } 对我不起作用。
${var//\t/ }
bash replace
bash ×1
replace ×1