1[!exec:cat] stop 2 3# hello world 4exec cat hello.text 5stdout 'hello world\n' 6! stderr . 7 8-- hello.text -- 9hello world
View as plain text