fork download
  1. clear
  2. echo hello
  3. echo "who am i | cut -d" "-f 1"
Success #stdin #stdout #stderr 0.01s 5288KB
stdin
Standard input is empty
stdout
hello
who am i | cut -d -f 1
stderr
TERM environment variable not set.