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

9 lines
111 B
Plaintext

$ echo this has extra spaces
this has extra spaces
$ echo this\nhas\nnewlines
this
has
newlines
$ quit