Files
CS361-Computer-Systems-II/p1-sh/tests/expected/C_echo.txt
T
2026-05-31 14:34:00 -04:00

8 lines
63 B
Plaintext

$ echo goodbye
goodbye
$ echo hello\nworld
hello
world
$ quit