fork download
  1. var="a b c"
  2. p="${var// /
  3. }"
  4. echo $p
Success #stdin #stdout 0.02s 5312KB
stdin
Standard input is empty
stdout
a b c