pipelines.ion 210 B

12345678
  1. echo test | cat | cat
  2. echo one | cat <<< two
  3. echo foo | grep foo && echo found foo
  4. echo foo | grep bar || echo did not find bar
  5. echo test | grep test && echo found test | cat
  6. echo $(im_not_a_command | echo 1)