fork download
  1. bash bash echo "123" > bashtestfile &
  2. cat bashtestfile
  3. ls
Success #stdin #stdout #stderr 0s 5076KB
stdin
Standard input is empty
stdout
prog.sh
stderr
cat: bashtestfile: No such file or directory
./prog.sh: line 1: bashtestfile: Permission denied