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