fork(1) download
  1. #!/bin/bash
  2. # your code goes here
  3. echo "a,b,c,d,e,f,g,h" | tr , "\n"
Success #stdin #stdout 0s 5072KB
stdin
Standard input is empty
stdout
a
b
c
d
e
f
g
h